aboutsummaryrefslogtreecommitdiffstats
path: root/testing/util-linux-ng/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-03-23 10:40:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-03-23 10:40:55 +0000
commitae48fb28e7e70518080beffdc571e0d9e3af1a12 (patch)
tree1500dd179533f09a07c1ebc8ce7db61d1ef230d0 /testing/util-linux-ng/APKBUILD
parent604d185c1fbc89190c46fb7754609644f100d336 (diff)
downloadaports-ae48fb28e7e70518080beffdc571e0d9e3af1a12.tar.bz2
aports-ae48fb28e7e70518080beffdc571e0d9e3af1a12.tar.xz
testing/util-linux-ng: upgrade to 2.14.2. add post-deinstall script
Diffstat (limited to 'testing/util-linux-ng/APKBUILD')
-rw-r--r--testing/util-linux-ng/APKBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/testing/util-linux-ng/APKBUILD b/testing/util-linux-ng/APKBUILD
index f8c8e135cb..37c67548eb 100644
--- a/testing/util-linux-ng/APKBUILD
+++ b/testing/util-linux-ng/APKBUILD
@@ -1,16 +1,17 @@
# Contributor: Leonardo Arena <rnalrd@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=util-linux-ng
-pkgver=2.14.1
-pkgrel=1
+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=
-source="http://www.kernel.org/pub/linux/utils/util-linux-ng/v2.14/$pkgname-$pkgver.tar.gz"
+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() {
@@ -30,4 +31,5 @@ build() {
make install DESTDIR=$pkgdir
}
-md5sums="17bafd53cf242accd716d2306a2c6582 util-linux-ng-2.14.1.tar.gz"
+md5sums="8e5897e214292e83aa842fe3a3ec626f util-linux-ng-2.14.2.tar.gz
+d4bfc6c5612df4fd8118032175aa2201 util-linux-ng.post-deinstall"