wok view libbind/receipt @ rev 14578

wicd/stuff/wicd: rm -f wicd.pid for clean stop
author Richard Dunbar <mojo@slitaz.org>
date Sat May 25 23:21:16 2013 +0000 (2013-05-25)
parents 641d98dacf82
children 6c3718ca17b6
line source
1 # SliTaz package receipt.
3 PACKAGE="libbind"
4 VERSION="9.9.2-P2"
5 CATEGORY="development"
6 SHORT_DESC="Domain Name System shared libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.isc.org/products/BIND/"
9 WANTED="bind"
11 DEPENDS="libcrypto libcap libxml2 zlib attr"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/*.so* $fs/usr/lib
18 }