wok-next view whois/receipt @ rev 21271
up openssl10: 1.0.2o to 1.0.2t -> soon EOL
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Dec 07 12:21:21 2019 +0000 (2019-12-07) |
parents | 2a21689b0af7 |
children |
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.linux.it/~md/software/"
11 TARBALL="${PACKAGE}_$VERSION.tar.gz"
12 WGET_URL="http://ftp.debian.org/debian/pool/main/w/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="libidn-dev perl"
16 compile_rules() {
17 make prefix=/usr HAVE_LIBIDN=1
18 make prefix=/usr BASEDIR=$install install-whois
19 }
21 genpkg_rules() {
22 mkdir -p $fs/usr
23 cp -a $install/usr/bin $fs/usr
24 DEPENDS="libidn"
25 }