wok view whois/receipt @ rev 14904

kbd*: up 1.15.5; retawq and kbd: place .mo files to right place; locale-pl: try to fix; slitaz-i18n: no more pcmanfm, kbd really not a core package but contains translations for kbd-base.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 31 20:21:51 2013 +0300 (2013-07-31)
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 }