wok diff xz/receipt @ rev 13708
Add mtdev
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Mon Dec 17 13:53:22 2012 +0000 (2012-12-17) |
parents | b61c615f20eb |
children | a7d09b0de20c |
line diff
1.1 --- a/xz/receipt Tue May 22 18:12:44 2012 +0200 1.2 +++ b/xz/receipt Mon Dec 17 13:53:22 2012 +0000 1.3 @@ -6,12 +6,13 @@ 1.4 SHORT_DESC="General-purpose data compressor with a high compression ratio." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.7 -DEPENDS="liblzma" 1.8 WEB_SITE="http://tukaani.org/xz" 1.9 WGET_URL="$WEB_SITE/$TARBALL" 1.10 PROVIDE="lzma" 1.11 HOST_ARCH="i486 arm x86_64" 1.12 1.13 +DEPENDS="" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 @@ -26,8 +27,9 @@ 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs/usr/bin 1.23 + mkdir -p $fs/usr/bin $fs/usr/lib 1.24 cp -a $install/usr/bin/xz $fs/usr/bin 1.25 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.26 #cp $stuff/lzma $fs/usr/bin 1.27 #ln -s lzma $fs/usr/bin/unlzma 1.28 #ln -s lzma $fs/usr/bin/lzcat