diff options
author | Michael Mason <ms13sp@gmail.com> | 2009-08-17 21:57:25 +0000 |
---|---|---|
committer | Michael Mason <ms13sp@gmail.com> | 2009-08-17 21:57:25 +0000 |
commit | 4cbcc8ac82a6658788c04847d0b1f28f1fcd4f8c (patch) | |
tree | dc0b2592803307ba7e12559aec1792b97b95ef5e /testing | |
parent | 8bae20460e6983832a37ecd505a1900eaf04f9e6 (diff) | |
parent | 77daa2d2a662f693dd29d2592e3d36f1e3415b4c (diff) | |
download | aports-4cbcc8ac82a6658788c04847d0b1f28f1fcd4f8c.tar.bz2 aports-4cbcc8ac82a6658788c04847d0b1f28f1fcd4f8c.tar.xz |
Merge branch 'master' of git://git.alpinelinux.org/aports
Diffstat (limited to 'testing')
-rw-r--r-- | testing/util-linux-ng/APKBUILD | 35 | ||||
-rw-r--r-- | testing/util-linux-ng/util-linux-ng.post-deinstall | 3 |
2 files changed, 0 insertions, 38 deletions
diff --git a/testing/util-linux-ng/APKBUILD b/testing/util-linux-ng/APKBUILD deleted file mode 100644 index 37c67548eb..0000000000 --- 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" diff --git a/testing/util-linux-ng/util-linux-ng.post-deinstall b/testing/util-linux-ng/util-linux-ng.post-deinstall deleted file mode 100644 index f5c46058fe..0000000000 --- a/testing/util-linux-ng/util-linux-ng.post-deinstall +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -busybox --install -sh |