wok-6.x view libbind/receipt @ rev 3328
Add: xorg-xinit
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue Jun 09 18:14:07 2009 +0000 (2009-06-09) |
parents | d5836ce97e2b |
children | 4f1a1fd8a76c |
line source
1 # SliTaz package receipt.
3 PACKAGE="libbind"
4 VERSION="9.5.1-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 DEPENDS="libcrypto libcap libxml2 zlib"
10 WANTED="bind"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
17 }