wok view whois/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
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 }