# Template file for 'whois' pkgname=whois version=5.2.0 revision=1 hostmakedepends="perl" makedepends="libidn-devel" short_desc="An improved whois client" maintainer="Juan RP " homepage="http://www.linux.it/~md/software" license="GPL-2" distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.tar.xz" checksum=f487bba00fc506b18b519d913509d9e050cba0b6f025e26a50b29b3e6322530b 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 }