# # Apps Packages for Chakra, part of chakra-project.org # # maintainer Inkane # contribtutor Justinas Lelys pkgname=whois pkgver=5.2.2 pkgrel=1 pkgdesc="The whois client by Marco d'Itri" arch=('x86_64') url="http://www.linux.it/~md/software/" license=('GPL') depends=('libidn') makedepends=('perl') source=("http://ftp.debian.org/debian/pool/main/w/$pkgname/whois_$pkgver.tar.xz") md5sums=('fc928c97d9f438257496e695eafedfca') build() { cd "$srcdir/$pkgname-$pkgver" make prefix=/usr CFLAGS="$CFLAGS" HAVE_LIBIDN=1 } package() { cd "$srcdir/$pkgname-$pkgver" make prefix=/usr BASEDIR="$pkgdir" install-whois }