aboutsummaryrefslogtreecommitdiffstats
path: root/community/luufs
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-07 13:51:40 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-13 03:28:34 -0300
commit8ec602e42f54d2b3b79fff6996c26f1aeaa77565 (patch)
tree50449b7c38f958acb2533d6802754c3fb75156dd /community/luufs
parent8d1f6226c8c21b7a3e5165561ee659ae243b272c (diff)
downloadaports-8ec602e42f54d2b3b79fff6996c26f1aeaa77565.tar.bz2
aports-8ec602e42f54d2b3b79fff6996c26f1aeaa77565.tar.xz
community/luufs: fix license
Diffstat (limited to 'community/luufs')
-rw-r--r--community/luufs/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/luufs/APKBUILD b/community/luufs/APKBUILD
index d6249112b4..4a5dd8ce10 100644
--- a/community/luufs/APKBUILD
+++ b/community/luufs/APKBUILD
@@ -2,23 +2,21 @@
# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
pkgname=luufs
pkgver=05012015
-pkgrel=0
+pkgrel=1
pkgdesc="Lazy man's, user-mode union file system"
-url="http://rlsd.dimakrasner.com/"
+url="https://github.com/dimkr/luufs"
arch="all"
-license="BSD"
+license="BSD-2-Clause"
makedepends="fuse-dev zlib-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.zip::http://dimkr.insomnia247.nl/sources/luufs/luufs-git$pkgver.zip"
builddir="$srcdir/$pkgname-master"
build() {
- cd "$builddir"
make
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}