wok annotate bind-dev/receipt @ rev 17529

Up firefox-official (35.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 19 13:34:32 2015 +0100 (2015-01-19)
parents 31615bc6828a
children 3af6a1c93f35
rev   line source
pascal@1612 1 # SliTaz package receipt.
pascal@1612 2
pascal@1612 3 PACKAGE="bind-dev"
pascal@17441 4 VERSION="9.9.6-P1"
pascal@1612 5 CATEGORY="development"
pascal@1612 6 SHORT_DESC="Domain Name System development files."
pascal@1612 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15472 8 LICENSE="ISC"
pascal@1612 9 WEB_SITE="http://www.isc.org/products/BIND/"
pascal@1612 10 WANTED="bind"
pascal@1612 11
pascal@1612 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1612 13 genpkg_rules()
pascal@1612 14 {
pankso@3480 15 mkdir -p $fs/usr/lib
pascal@14489 16 cp -a $install/usr/lib/*a $fs/usr/lib
pascal@14489 17 cp -a $install/usr/include $fs/usr
al@14789 18 find $fs -type f -name '*.la' -exec chmod a+x \{\} \;
pascal@1612 19 }
pascal@1612 20