wok view acl-dev/receipt @ rev 9730

aufs: add TARBALL need to avoid cloning each time. It's tar.bz2 since cook will compress it in this format but if *.tar.lzma exit it will be used by both cook and tazwok
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 09 15:38:20 2011 +0200 (2011-05-09)
parents 4cefe4c450a8
children 242a015e1b52
line source
1 # SliTaz package receipt.
3 PACKAGE="acl-dev"
4 VERSION="2.2.49"
5 CATEGORY="development"
6 SHORT_DESC="Development files for acl."
7 MAINTAINER="rcx@zoominternet.net"
8 DEPENDS="acl attr-dev"
9 WEB_SITE="http://savannah.nongnu.org/projects/acl/"
10 WANTED="acl"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib $fs/usr/include $fs/lib
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/lib/*.*a $fs/lib
18 cp -a $_pkg/usr/include/* $fs/usr/include
19 }