wok annotate bind-dev/receipt @ rev 9632

Add tazpanel (1.0) - And here is the next generation of slitaz home made tools!
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 26 15:03:36 2011 +0200 (2011-04-26)
parents b3af379db6d2
children 0c5896e5e91d
rev   line source
pascal@1612 1 # SliTaz package receipt.
pascal@1612 2
pascal@1612 3 PACKAGE="bind-dev"
slaxemulator@8976 4 VERSION="9.8.0"
pascal@1612 5 CATEGORY="development"
pascal@1612 6 SHORT_DESC="Domain Name System development files."
pascal@1612 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1612 8 WEB_SITE="http://www.isc.org/products/BIND/"
pascal@1612 9 WANTED="bind"
pascal@1612 10
pascal@1612 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1612 12 genpkg_rules()
pascal@1612 13 {
pankso@3480 14 mkdir -p $fs/usr/lib
pankso@3480 15 cp -a $_pkg/usr/lib/*a $fs/usr/lib
pascal@1612 16 cp -a $_pkg/usr/include $fs/usr
pascal@1612 17 }
pascal@1612 18