19 lines
556 B
Text
19 lines
556 B
Text
# Template file for 'whois'
|
|
pkgname=whois
|
|
version=5.2.5
|
|
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=1a84fb9c1190dc37df396ea1f24aae56a1beb846257ee692c9d4b44337135d10
|
|
|
|
do_install() {
|
|
make prefix=/usr BASEDIR=${DESTDIR} install-whois
|
|
}
|