wok annotate libavc1394-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 | |
children | 7c45e0692e5d |
rev | line source |
---|---|
pankso@295 | 1 # SliTaz package receipt. |
pankso@295 | 2 |
pankso@295 | 3 PACKAGE="libavc1394-dev" |
pankso@295 | 4 VERSION="0.5.3" |
pankso@295 | 5 CATEGORY="development" |
pankso@295 | 6 SHORT_DESC="Interface for the 1394 Trade Association AV/C Digital Interface." |
pankso@295 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@295 | 8 WANTED="libavc1394" |
pankso@295 | 9 WEB_SITE="http://sourceforge.net/projects/libavc1394/" |
pankso@295 | 10 |
pankso@295 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@295 | 12 genpkg_rules() |
pankso@295 | 13 { |
pankso@295 | 14 mkdir -p $fs/usr/lib |
pankso@295 | 15 cp -a $_pkg/usr/include $fs/usr |
pankso@295 | 16 cp -a $_pkg/usr/lib/*.a* $fs/usr/lib |
pankso@295 | 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
pankso@295 | 18 } |
pankso@295 | 19 |