wok-next view liblzma/receipt @ rev 5558
ruby: fix compiling issues and receipt; still need to make it busybox compatible with 'cat -e'
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Thu May 13 14:07:53 2010 -0400 (2010-05-13) |
parents | |
children | 5b636b13a396 |
line source
1 # SliTaz package receipt.
3 PACKAGE="liblzma"
4 VERSION="4.999.9beta"
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 }