wok rev 4861

xz: add lzma wrapper
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 03 22:19:14 2010 +0100 (2010-02-03)
parents 909f61370ba8
children b462c462655c
files xz/receipt
line diff
     1.1 --- a/xz/receipt	Wed Feb 03 22:17:42 2010 +0100
     1.2 +++ b/xz/receipt	Wed Feb 03 22:19:14 2010 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://tukaani.org/xz"
     1.6  WGET_URL="$WEB_SITE/$TARBALL"
     1.7 -PROVIDE="liblzma"
     1.8 +PROVIDES="lzma"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -28,5 +28,5 @@
    1.13  {
    1.14  	mkdir -p $fs/usr/bin $fs/usr/lib
    1.15  	cp -a $_pkg/usr/bin/xz $fs/usr/bin
    1.16 -	cp -a $_pkg/usr/lib/liblzma.so* $fs/usr/lib
    1.17 +	cp stuff/lzma $fs/usr/bin
    1.18  }