diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-23 10:40:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-23 10:40:55 +0000 |
commit | ae48fb28e7e70518080beffdc571e0d9e3af1a12 (patch) | |
tree | 1500dd179533f09a07c1ebc8ce7db61d1ef230d0 /testing | |
parent | 604d185c1fbc89190c46fb7754609644f100d336 (diff) | |
download | aports-ae48fb28e7e70518080beffdc571e0d9e3af1a12.tar.bz2 aports-ae48fb28e7e70518080beffdc571e0d9e3af1a12.tar.xz |
testing/util-linux-ng: upgrade to 2.14.2. add post-deinstall script
Diffstat (limited to 'testing')
-rw-r--r-- | testing/util-linux-ng/APKBUILD | 12 | ||||
-rw-r--r-- | testing/util-linux-ng/util-linux-ng.post-deinstall | 3 |
2 files changed, 10 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" diff --git a/testing/util-linux-ng/util-linux-ng.post-deinstall b/testing/util-linux-ng/util-linux-ng.post-deinstall new file mode 100644 index 0000000000..f5c46058fe --- /dev/null +++ b/testing/util-linux-ng/util-linux-ng.post-deinstall @@ -0,0 +1,3 @@ +#!/bin/sh + +busybox --install -sh |