19 lines
559 B
Bash
19 lines
559 B
Bash
# Template file for 'whois'
|
|
pkgname=whois
|
|
version=5.2.7
|
|
revision=1
|
|
build_pie=yes
|
|
build_style=gnu-makefile
|
|
make_build_args="prefix=/usr HAVE_LIBIDN=1"
|
|
hostmakedepends="perl"
|
|
makedepends="libidn-devel"
|
|
short_desc="An improved whois client"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://www.linux.it/~md/software"
|
|
license="GPL-2"
|
|
distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.tar.xz"
|
|
checksum=c5536161a26c28ea0de03fafc065b5ce1b272a8ad2b44bf5784e7e802e61f239
|
|
|
|
do_install() {
|
|
make prefix=/usr BASEDIR=${DESTDIR} install-whois
|
|
}
|