wok diff bzip2/receipt @ rev 1511

Update some BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 23:16:15 2008 +0000 (2008-10-05)
parents cf22fee17710
children f9e78593eb58
line diff
     1.1 --- a/bzip2/receipt	Wed Feb 13 15:26:29 2008 +0100
     1.2 +++ b/bzip2/receipt	Sun Oct 05 23:16:15 2008 +0000
     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.