diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-04-25 14:47:15 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-04-25 14:47:15 +0000 |
commit | f4c1cfb4fbbe19742db6a5c695237200010cbd06 (patch) | |
tree | 6729a3453b1c75ad4e62ff3d89a9617f7195ce3b /testing/lizardfs | |
parent | f238c5097a6b04d3ec2515251645aac405637125 (diff) | |
download | aports-f4c1cfb4fbbe19742db6a5c695237200010cbd06.tar.bz2 aports-f4c1cfb4fbbe19742db6a5c695237200010cbd06.tar.xz |
testing/lizardfs: disable build
Diffstat (limited to 'testing/lizardfs')
-rw-r--r-- | testing/lizardfs/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/lizardfs/APKBUILD b/testing/lizardfs/APKBUILD index ffe453d130..0521f67d27 100644 --- a/testing/lizardfs/APKBUILD +++ b/testing/lizardfs/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: pkgname=lizardfs pkgver=2.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="a highly reliable, scalable and efficient distributed file system" url="https://github.com/lizardfs/lizardfs/" -arch="all" +arch="" license="GPLv3" depends="" depends_dev="" -makedepends="$depends_dev cmake fuse-dev zlib-dev asciidoc python" +makedepends="$depends_dev boost-dev cmake fuse-dev zlib-dev asciidoc python" pkgusers="mfs" pkggroups="mfs" install="$pkgname.pre-install" |