wok view libarchive-dev/receipt @ rev 4669
Up: python-bpython (0.9.5.2)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Tue Dec 29 10:58:34 2009 +0000 (2009-12-29) |
parents | |
children | bef314ba01da |
line source
1 # SliTaz package receipt.
3 PACKAGE="libarchive-dev"
4 VERSION="2.7.0"
5 CATEGORY="developement"
6 SHORT_DESC="C librairy and command line tool archive dev files."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libarchive"
9 WANTED="libarchive"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://code.google.com/p/libarchive/"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 cp -a $_pkg/usr/include $fs/usr
20 }