# Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=whois pkgver=5.4.2 pkgrel=0 pkgdesc="Intelligent WHOIS client by Marco d'Itri" url="https://github.com/rfc1036/whois" arch="all" license="GPL-2.0" makedepends="perl libidn-dev gettext-dev" options="!check" subpackages="$pkgname-doc mkpasswd:_mkpasswd mkpasswd-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/rfc1036/$pkgname/archive/v$pkgver.tar.gz undefined-libintl.patch enable-sha256-sha512-mkpasswd.patch " builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" make CONFIG_FILE="/etc/whois.conf" HAVE_ICONV=1 } _mkpasswd() { depends="!expect" pkgdesc="mkpasswd with configurable number of rounds" cd "$builddir" make BASEDIR="$subpkgdir" install-mkpasswd mkdir -p "$subpkgdir"-doc/usr mv "$subpkgdir"/usr/share "$subpkgdir"-doc/usr } package() { cd "$builddir" make BASEDIR="$pkgdir" install-whois install -D -m644 whois.conf "$pkgdir/etc/whois.conf" } sha512sums="71717403805e50da3150937801bf061b346699c05d75687f74e98bb8eebfe4d12f9a888a28c25b167604fd3042240a82c0aea7b2a16d2198ced1f6a3fad35a5a whois-5.4.2.tar.gz efa32ec848e3d3e61481567815e8c02757eab32712eb5a431adb13b59fd359f735eb684fbdf8a5b8334410d17052dc93d65bdda27a328617e2b6772b23717487 undefined-libintl.patch 66a6b36e4caa00d58ab44c8fb55bfe919994fc6c7631cc283d9f37f9d69bf3e911ab365b27b1720065103e8d7abbf7549dfb260e156c1b52726a8c8b8820c836 enable-sha256-sha512-mkpasswd.patch"