wok view bind-dev/receipt @ rev 15044

Qt4-qca-ossl: no libqca-ossl.so.debug
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 16:28:51 2013 +0000 (2013-08-12)
parents 1fe477eb5758
children 6c3718ca17b6
line source
1 # SliTaz package receipt.
3 PACKAGE="bind-dev"
4 VERSION="9.9.2-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 $install/usr/lib/*a $fs/usr/lib
16 cp -a $install/usr/include $fs/usr
17 find $fs -type f -name '*.la' -exec chmod a+x \{\} \;
18 }