# Template file for 'whois' pkgname=whois version=5.2.19 revision=1 hostmakedepends="perl" makedepends="libidn-devel" short_desc="An improved whois client" maintainer="Juan RP " homepage="https://www.linux.it/~md/software" license="GPL-2" distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.tar.xz" checksum=6c39a274fd73b87c0ce1e34dfbd1842a0b2ca7a00c97d4202d639ec010e1262c alternatives=" whois:whois:/usr/bin/gwhois whois:whois.1:/usr/share/man/man1/gwhois.1" do_build() { make CC=$CC prefix=/usr HAVE_LIBIDN=1 HAVE_ICONV=1 } do_install() { make prefix=/usr BASEDIR=${DESTDIR} install-whois mv ${DESTDIR}/usr/bin/{whois,gwhois} mv ${DESTDIR}/usr/share/man/man1/{whois,gwhois}.1 }