wok-stable diff lzma/receipt @ rev 126

Add : dropbear, isapnptools-*, lzma
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 06 14:01:40 2008 +0100 (2008-01-06)
parents
children dbd9d5cecd6b
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lzma/receipt	Sun Jan 06 14:01:40 2008 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="lzma"
     1.7 +VERSION="4.22"
     1.8 +CATEGORY="extra"
     1.9 +SHORT_DESC="Compressor with a high compression ratio."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +TARBALL="lzma422.tar.bz2"
    1.12 +WEB_SITE="http://www.7-zip.org/"
    1.13 +WGET_URL="${WEB_SITE}dl/$TARBALL"
    1.14 +
    1.15 +# Rules to configure and make the package.
    1.16 +compile_rules()
    1.17 +{
    1.18 +	cd SRC/7zip/Compress/LZMA_Alone
    1.19 +	make
    1.20 +}
    1.21 +
    1.22 +
    1.23 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.24 +genpkg_rules()
    1.25 +{
    1.26 +	mkdir -p $fs/usr/bin
    1.27 +	cp -a SRC/7zip/Compress/LZMA_Alone/lzma $fs/usr/bin
    1.28 +	strip -s $fs/usr/bin/*
    1.29 +}
    1.30 +