wok view liblzma/receipt @ rev 10694

Add qemu-light (stripped down, but works) - qemu* may move to undigest since I can't make it work properly
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 27 22:52:39 2011 +0200 (2011-05-27)
parents df9001b25c10
children 5ef314adeb5c
line source
1 # SliTaz package receipt.
3 PACKAGE="liblzma"
4 VERSION="5.0.2"
5 CATEGORY="misc"
6 SHORT_DESC="Compressor library with a high compression ratio."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://tukaani.org/xz"
9 WANTED="xz"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/liblzma.so* $fs/usr/lib
16 }