wok view bind-client/receipt @ rev 6653

Fixed gdk-pixbuf. Added xpm and jpeg to be build into gdk-pixbuf instead of being just plugins. Fixes some missing icons and background from being missig in slitaz desktop.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 11 01:06:19 2010 +0000 (2010-10-11)
parents b29c8c2da6bb
children 022f83b2b194
line source
1 # SliTaz package receipt.
3 PACKAGE="bind-client"
4 VERSION="9.7.1-P2"
5 CATEGORY="network"
6 SHORT_DESC="Domain Name System client."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.isc.org/products/BIND/"
9 DEPENDS="libbind libcrypto attr libpcap"
10 WANTED="bind"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/bin $fs/usr
17 }