wok view lzma/receipt @ rev 161

Add mtPaint desktop entry file
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jan 28 19:42:11 2008 +0100 (2008-01-28)
parents
children dbd9d5cecd6b
line source
1 # SliTaz package receipt.
3 PACKAGE="lzma"
4 VERSION="4.22"
5 CATEGORY="extra"
6 SHORT_DESC="Compressor with a high compression ratio."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="lzma422.tar.bz2"
9 WEB_SITE="http://www.7-zip.org/"
10 WGET_URL="${WEB_SITE}dl/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd SRC/7zip/Compress/LZMA_Alone
16 make
17 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 cp -a SRC/7zip/Compress/LZMA_Alone/lzma $fs/usr/bin
25 strip -s $fs/usr/bin/*
26 }