wok-6.x diff freetype1/receipt @ rev 2525

t*: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 16 22:39:24 2009 +0000 (2009-03-16)
parents 91687d82cc8a
children 22feedab4b8f
line diff
     1.1 --- a/freetype1/receipt	Sun Feb 08 16:51:50 2009 +0000
     1.2 +++ b/freetype1/receipt	Mon Mar 16 22:39:24 2009 +0000
     1.3 @@ -25,18 +25,15 @@
     1.4  		$CONFIGURE_ARGS &&
     1.5  	make ttlib ttpo || return 1
     1.6  
     1.7 -	pushd lib
     1.8 +	cd lib
     1.9  	make DESTDIR=$PWD/_pkg -f arch/unix/Makefile install || return 1
    1.10 -	popd
    1.11 -	pushd po
    1.12 -	make DESTDIR=$PWD/_pkg -f arch/unix/Makefile install || return 1
    1.13 -	popd
    1.14 +	cd ../po
    1.15 +	make DESTDIR=$PWD/_pkg -f Makefile install || return 1
    1.16  }
    1.17  
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr/lib
    1.22 -	cp -a $_pkg/usr/bin $fs/usr
    1.23  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.24  }