wok view whois/receipt @ rev 11739

gdk-pixbuf: Fic chache creation (so SVG icons works)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 22 00:25:05 2012 +0100 (2012-02-22)
parents 478437ec701b
children 2a21689b0af7
line source
1 # SliTaz package receipt.
3 PACKAGE="whois"
4 VERSION="5.0.11"
5 CATEGORY="network"
6 SHORT_DESC="The whois client by Marco d'Itri"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="libidn"
9 BUILD_DEPENDS="libidn-dev perl"
10 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
11 WEB_SITE="http://www.linux.it/~md/software/"
12 WGET_URL="http://ftp.debian.org/debian/pool/main/w/$PACKAGE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make prefix=/usr HAVE_LIBIDN=1
19 make prefix=/usr BASEDIR=$PWD/_pkg install-whois
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/bin $fs/usr
27 }