wok view whois/receipt @ rev 10689

ufr2: old version dont work so up and clean-up receipt
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 27 21:15:10 2011 +0200 (2011-05-27)
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 }