wok-4.x view liblzma/receipt @ rev 7504
Up: pidgin-facebookchat to 1.69.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Dec 04 05:13:36 2010 +0000 (2010-12-04) |
parents | 909f61370ba8 |
children | df9001b25c10 |
line source
1 # SliTaz package receipt.
3 PACKAGE="liblzma"
4 VERSION="5.0.0"
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 }