20 lines
556 B
Bash
20 lines
556 B
Bash
# Template file for 'whois'
|
|
pkgname=whois
|
|
version=5.2.6
|
|
revision=1
|
|
build_pie=yes
|
|
build_style=gnu-makefile
|
|
make_build_args="prefix=/usr HAVE_LIBIDN=1"
|
|
hostmakedepends="perl"
|
|
makedepends="libidn-devel"
|
|
short_desc="An improved whois client"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.linux.it/~md/software"
|
|
license="GPL-2"
|
|
distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.tar.xz"
|
|
checksum=fa3f1035941640d1ecc99e40e219bbebb66e71e9b79ce9b11dfb681b3b0a26b9
|
|
|
|
do_install() {
|
|
make prefix=/usr BASEDIR=${DESTDIR} install-whois
|
|
}
|