wok-next annotate bind-client/receipt @ rev 6293
Added squashfs_lzma to kernel config. Added some more options to aufs in kernel. Added all missing modules into packages. Added scsi.patch to fix linux-headers scsi.h file to be compatible with glibc scsi.h. Up: aufs-utils to 20100916.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Sep 16 13:04:44 2010 +0000 (2010-09-16) |
parents | 6adb5df60608 |
children | d20d9a5651e9 |
rev | line source |
---|---|
pascal@1612 | 1 # SliTaz package receipt. |
pascal@1612 | 2 |
pascal@1612 | 3 PACKAGE="bind-client" |
pascal@5423 | 4 VERSION="9.7.0-P1" |
pascal@1612 | 5 CATEGORY="network" |
pascal@1612 | 6 SHORT_DESC="Domain Name System client." |
pascal@1612 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1612 | 8 WEB_SITE="http://www.isc.org/products/BIND/" |
erjo@4436 | 9 DEPENDS="libbind libcrypto attr libpcap" |
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 { |
pascal@1612 | 15 mkdir -p $fs/usr |
pascal@1612 | 16 cp -a $_pkg/usr/bin $fs/usr |
pascal@1612 | 17 } |
pascal@1612 | 18 |