wok view bind-dev/receipt @ rev 15274

mingw32-gcc: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 25 16:27:31 2013 +0000 (2013-09-25)
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 }