From 07cad0c586af6ecca9eaf9297f3d9ebb7d884d44 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 27 Mar 2009 14:37:00 +0000 Subject: extra/bzip2: add post-deinstall script to restore busybox links --- extra/bzip2/APKBUILD | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'extra/bzip2/APKBUILD') diff --git a/extra/bzip2/APKBUILD b/extra/bzip2/APKBUILD index 491eefe117..09721bb760 100644 --- a/extra/bzip2/APKBUILD +++ b/extra/bzip2/APKBUILD @@ -1,11 +1,14 @@ +# Maintainer: Natanael Copa pkgname=bzip2 pkgver=1.0.5 -pkgrel=0 +pkgrel=1 pkgdesc="A high-quality data compression program" url="http://sources.redhat.com/bzip2" license="BZIP2" depends="uclibc" +install="$pkgname.post-deinstall" source="http://www.bzip.org/$pkgver/$pkgname-$pkgver.tar.gz + $install bzip2-1.0.4-POSIX-shell.patch bzip2-1.0.4-makefile-CFLAGS.patch bzip2-1.0.4-man-links.patch @@ -37,4 +40,9 @@ build () { make all || return 1 make PREFIX="$pkgdir"/usr install || return 1 } -md5sums="3c15a0c8d1d3ee1c46a1634d00617b1a bzip2-1.0.5.tar.gz" +md5sums="3c15a0c8d1d3ee1c46a1634d00617b1a bzip2-1.0.5.tar.gz +b84506d253e04db3c5af9016fead45a3 bzip2.post-deinstall +2e9bcfeb1614b55f5ba2d087ac65a3fe bzip2-1.0.4-POSIX-shell.patch +56b90131e3c2ae425b758de9c7be7682 bzip2-1.0.4-makefile-CFLAGS.patch +fd13ef6bc55276c7e3adc346bde56cd1 bzip2-1.0.4-man-links.patch +643983e8134723ebe53c858b1a3938ad bzip2-1.0.4-saneso.patch" -- cgit v1.2.3