wok diff libpng/receipt @ rev 1077

Up: firefox (3.0.1)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jul 16 15:59:00 2008 +0200 (2008-07-16)
parents 51b734870b96
children a7e292361750
line diff
     1.1 --- a/libpng/receipt	Sun Jun 15 17:25:19 2008 +0200
     1.2 +++ b/libpng/receipt	Wed Jul 16 15:59:00 2008 +0200
     1.3 @@ -13,8 +13,11 @@
     1.4  compile_rules()
     1.5  {
     1.6      cd $src
     1.7 -    ./configure --enable-shared --prefix=/usr \
     1.8 -    --mandir=/usr/share/man $CONFIGURE_ARGS
     1.9 +    ./configure \
    1.10 +    	--enable-shared \
    1.11 +    	--prefix=/usr \
    1.12 +    	--mandir=/usr/share/man \
    1.13 +    	$CONFIGURE_ARGS
    1.14      make
    1.15      make DESTDIR=$PWD/_pkg install
    1.16  }
    1.17 @@ -22,8 +25,6 @@
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19  genpkg_rules()
    1.20  {
    1.21 -	mkdir -p $fs/usr/bin $fs/usr/lib
    1.22 +	mkdir -p $fs/usr/lib
    1.23      cp -a $_pkg/usr/lib/libpng12.so* $fs/usr/lib
    1.24 -    cp -a $_pkg/usr/bin/libpng12* $fs/usr/bin
    1.25 -    strip -s $fs/usr/lib/*.so*
    1.26  }