wok-current annotate libdnet-dev/receipt @ rev 7935
tazbb and tazpkg-web: Fix and tiny improvement
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Jan 11 15:57:00 2011 +0100 (2011-01-11) |
parents | |
children | 129bb5b11a7e |
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 TARBALL="$PACKAGE-$VERSION.tar.gz" |
slaxemulator@6607 | 10 WEB_SITE="http://code.google.com/p/libdnet/" |
slaxemulator@6607 | 11 WANTED="libdnet" |
slaxemulator@6607 | 12 |
slaxemulator@6607 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@6607 | 14 genpkg_rules() |
slaxemulator@6607 | 15 { |
slaxemulator@6607 | 16 mkdir -p $fs/usr/lib |
slaxemulator@6607 | 17 cp -a $_pkg/usr/bin $fs/usr |
slaxemulator@6607 | 18 cp -a $_pkg/usr/include $fs/usr |
slaxemulator@6607 | 19 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
slaxemulator@6607 | 20 } |
slaxemulator@6607 | 21 |