wok view liblzma-dev/receipt @ rev 8211

imported patch toolchain/readline.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:50 2011 +0100 (2011-01-27)
parents b7c2a84e5877
children df9001b25c10
line source
1 # SliTaz package receipt.
3 PACKAGE="liblzma-dev"
4 VERSION="5.0.0"
5 CATEGORY="development"
6 SHORT_DESC="Compressor with a high compression ratio, development files."
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.*a $fs/usr/lib
16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 }