void-packages/srcpkgs/whois/template
2014-11-13 11:04:20 +00:00

23 lines
617 B
Plaintext

# Template file for 'whois'
pkgname=whois
version=5.2.2
revision=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=cba874b457a6b7c4659245780d3d7321d129ab47da86103e07578ec7430fec09
do_build() {
# This is needed to set CFLAGS properly
make ${makejobs} prefix=/usr CFLAGS="$CFLAGS" HAVE_LIBIDN=1
}
do_install() {
make prefix=/usr BASEDIR=${DESTDIR} install-whois
vlicense COPYING LICENSE
}