wok view whois/receipt @ rev 22574

updated bzflag (2.4.0 -> 2.4.18)
author Hans-G?nter Theisgen
date Mon Jan 06 15:51:49 2020 +0100 (2020-01-06)
parents 2a21689b0af7
children 72eb5d476487
line source
1 # SliTaz package receipt.
3 PACKAGE="whois"
4 VERSION="5.5.2"
5 CATEGORY="network"
6 SHORT_DESC="The whois client by Marco d'Itri."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.linux.it/~md/software/"
11 TARBALL="${PACKAGE}_${VERSION}.tar.xz"
12 WGET_URL="http://ftp.debian.org/debian/pool/main/w/$PACKAGE/$TARBALL"
14 DEPENDS="libidn"
15 BUILD_DEPENDS="libidn-dev perl"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make prefix=/usr HAVE_LIBIDN=1
21 make prefix=/usr BASEDIR=$DESTDIR install-whois
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 }