wok view whois/receipt @ rev 7747

Up: libdaq to 0.5.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Dec 20 17:50:06 2010 +0000 (2010-12-20)
parents 098353dab753
children 0f12e9a8ba47
line source
1 # SliTaz package receipt.
3 PACKAGE="whois"
4 VERSION="5.0.10"
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 }