wok view liblzma/receipt @ rev 11799

ppp: build rp-pppoe.so (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 25 11:15:26 2012 +0100 (2012-02-25)
parents b3a7c42da734
children fd331c8e3aa5
line source
1 # SliTaz package receipt.
3 PACKAGE="liblzma"
4 VERSION="5.0.3"
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 }