summaryrefslogtreecommitdiffstats
path: root/testing/util-linux-ng/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/util-linux-ng/APKBUILD')
-rw-r--r--testing/util-linux-ng/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/testing/util-linux-ng/APKBUILD b/testing/util-linux-ng/APKBUILD
deleted file mode 100644
index 37c67548eb3..00000000000
--- a/testing/util-linux-ng/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Contributor: Leonardo Arena <rnalrd@gmail.com>
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=util-linux-ng
-pkgver=2.14.2
-pkgrel=0
-pkgdesc="Random collection of Linux utilities"
-arch=""
-url="http://kernel.org/~kzak/util-linux-ng/"
-license="GPL-2 GPL Public Domain"
-depends="uclibc e2fsprogs libuuid zlib"
-makedepends="e2fsprogs-dev zlib-dev"
-install=$pkgname.post-deinstall
-source="http://www.kernel.org/pub/linux/utils/util-linux-ng/v2.14/$pkgname-$pkgver.tar.gz
- $install"
-subpackages="$pkgname-doc"
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- sed -e 's/versionsort/alphasort/g'\
- -e 's/strverscmp.h/dirent.h/g' \
- -i mount/lomount.c
-
- ./configure --prefix=/usr \
- --disable-nls \
- --disable-kill \
- --enable-init \
- --without-ncurses \
- --without-pam
-
- make || return 1
- make install DESTDIR=$pkgdir
-}
-
-md5sums="8e5897e214292e83aa842fe3a3ec626f util-linux-ng-2.14.2.tar.gz
-d4bfc6c5612df4fd8118032175aa2201 util-linux-ng.post-deinstall"