wok-current annotate libdnet-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 | 231408e11c7e |
children | 6c3718ca17b6 |
rev | line source |
---|---|
slaxemulator@6607 | 1 # SliTaz package receipt. |
slaxemulator@6607 | 2 |
slaxemulator@6607 | 3 PACKAGE="libdnet-dev" |
slaxemulator@6607 | 4 VERSION="1.12" |
slaxemulator@6607 | 5 CATEGORY="development" |
slaxemulator@6607 | 6 SHORT_DESC="devel files of libdnet" |
slaxemulator@6607 | 7 MAINTAINER="slaxemulator@gmail.com" |
slaxemulator@6607 | 8 DEPENDS="libdnet" |
slaxemulator@6607 | 9 WEB_SITE="http://code.google.com/p/libdnet/" |
slaxemulator@6607 | 10 WANTED="libdnet" |
slaxemulator@6607 | 11 |
slaxemulator@6607 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@6607 | 13 genpkg_rules() |
slaxemulator@6607 | 14 { |
slaxemulator@6607 | 15 mkdir -p $fs/usr/lib |
slaxemulator@6607 | 16 cp -a $_pkg/usr/bin $fs/usr |
slaxemulator@6607 | 17 cp -a $_pkg/usr/include $fs/usr |
slaxemulator@6607 | 18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
slaxemulator@6607 | 19 } |
slaxemulator@6607 | 20 |