wok-next rev 2179
fix freetype1* receipt
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 08 17:21:31 2009 +0000 (2009-02-08) |
parents | c6cc8c3a7585 |
children | 1226987f0a0b |
files | freetype1-dev/receipt freetype1/receipt |
line diff
1.1 --- a/freetype1-dev/receipt Sun Feb 08 16:53:08 2009 +0000 1.2 +++ b/freetype1-dev/receipt Sun Feb 08 17:21:31 2009 +0000 1.3 @@ -15,7 +15,6 @@ 1.4 mkdir -p $fs/usr/lib 1.5 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 1.6 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.7 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.8 cp -a $_pkg/usr/include $fs/usr 1.9 cp -a $_pkg/usr/share $fs/usr 1.10 }
2.1 --- a/freetype1/receipt Sun Feb 08 16:53:08 2009 +0000 2.2 +++ b/freetype1/receipt Sun Feb 08 17:21:31 2009 +0000 2.3 @@ -25,18 +25,15 @@ 2.4 $CONFIGURE_ARGS && 2.5 make ttlib ttpo || return 1 2.6 2.7 - pushd lib 2.8 + cd lib 2.9 make DESTDIR=$PWD/_pkg -f arch/unix/Makefile install || return 1 2.10 - popd 2.11 - pushd po 2.12 - make DESTDIR=$PWD/_pkg -f arch/unix/Makefile install || return 1 2.13 - popd 2.14 + cd ../po 2.15 + make DESTDIR=$PWD/_pkg -f Makefile install || return 1 2.16 } 2.17 2.18 # Rules to gen a SliTaz package suitable for Tazpkg. 2.19 genpkg_rules() 2.20 { 2.21 mkdir -p $fs/usr/lib 2.22 - cp -a $_pkg/usr/bin $fs/usr 2.23 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.24 }