wok diff bzip2/receipt @ rev 2026
Add: le
author | Fabrice THIROUX <mimas@slitaz.org> |
---|---|
date | Fri Jan 09 00:01:13 2009 +0100 (2009-01-09) |
parents | cf22fee17710 |
children | f9e78593eb58 |
line diff
1.1 --- a/bzip2/receipt Wed Feb 13 15:26:29 2008 +0100 1.2 +++ b/bzip2/receipt Fri Jan 09 00:01:13 2009 +0100 1.3 @@ -8,6 +8,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.bzip.org/" 1.6 WGET_URL="http://www.bzip.org/1.0.4/$TARBALL" 1.7 +DEPENDS="bzlib" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 @@ -21,17 +22,12 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - mkdir -p $fs/usr/bin $fs/usr/lib 1.16 + mkdir -p $fs/usr/bin 1.17 cp -a $src/bzip2-shared $fs/usr/bin/bzip2 1.18 - cp -a $src/libbz2.so* $fs/usr/lib 1.19 - strip --strip-unneeded $fs/usr/bin/* 1.20 - strip --strip-debug $fs/usr/lib/* 1.21 # Da bunzip2, bzcat and lib symlink. 1.22 cd $fs/usr/bin 1.23 ln -s bzip2 bunzip2 1.24 ln -s bzip2 bzcat 1.25 - cd ../lib 1.26 - ln -s libbz2.so.1.0.4 libbz2.so 1.27 } 1.28 1.29 # Pre install commands for Tazpkg.