wok rev 224

UP lzma 4.57
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 15 16:59:01 2008 +0100 (2008-02-15)
parents e17e19d09a40
children c1f3553474f2
files lzma/receipt
line diff
     1.1 --- a/lzma/receipt	Fri Feb 15 15:38:59 2008 +0100
     1.2 +++ b/lzma/receipt	Fri Feb 15 16:59:01 2008 +0100
     1.3 @@ -1,19 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lzma"
     1.7 -VERSION="4.22"
     1.8 +VERSION="4.57"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Compressor with a high compression ratio."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 -TARBALL="lzma422.tar.bz2"
    1.13 -WEB_SITE="http://www.7-zip.org/"
    1.14 -WGET_URL="${WEB_SITE}dl/$TARBALL"
    1.15 +TARBALL="lzma$(echo $VERSION | sed 's/\.//').tar.bz2"
    1.16 +WEB_SITE="http://sourceforge.net/projects/sevenzip/"
    1.17 +WGET_URL="$SF_MIRROR/sevenzip/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	cd SRC/7zip/Compress/LZMA_Alone
    1.23 -	make
    1.24 +	cd CPP/7zip/Compress/LZMA_Alone
    1.25 +	make -f makefile.gcc
    1.26  }
    1.27  
    1.28  
    1.29 @@ -21,7 +21,7 @@
    1.30  genpkg_rules()
    1.31  {
    1.32  	mkdir -p $fs/usr/bin
    1.33 -	cp -a SRC/7zip/Compress/LZMA_Alone/lzma $fs/usr/bin
    1.34 +	cp -a CPP/7zip/Compress/LZMA_Alone/lzma $fs/usr/bin
    1.35  	strip -s $fs/usr/bin/*
    1.36  }
    1.37