wok view bind-dev/receipt @ rev 10857

Up: slitaz-boot-scripts (4.5) - Bug fixes and ready for RC
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jun 14 21:15:16 2011 +0200 (2011-06-14)
parents 0c5896e5e91d
children 97780c765586
line source
1 # SliTaz package receipt.
3 PACKAGE="bind-dev"
4 VERSION="9.8.0-P2"
5 CATEGORY="development"
6 SHORT_DESC="Domain Name System development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.isc.org/products/BIND/"
9 WANTED="bind"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/*a $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 }