2012-09-30 12:12:58 +02:00
|
|
|
# Template file for 'whois'
|
|
|
|
pkgname=whois
|
2014-02-08 23:52:08 +01:00
|
|
|
version=5.1.1
|
2013-03-20 12:05:32 +01:00
|
|
|
revision=1
|
2013-04-19 17:07:59 +02:00
|
|
|
hostmakedepends="perl"
|
|
|
|
makedepends="libidn-devel"
|
|
|
|
short_desc="An improved whois client"
|
2012-09-30 12:12:58 +02:00
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
|
|
homepage="http://www.linux.it/~md/software"
|
|
|
|
license="GPL-2"
|
2014-02-08 23:52:08 +01:00
|
|
|
distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.tar.xz"
|
|
|
|
checksum=69fb4c3d964603967d18b931c2275e678eed5c33af0a74c41198e1b46a520644
|
2012-09-30 12:12:58 +02:00
|
|
|
|
|
|
|
do_build() {
|
|
|
|
# This is needed to set CFLAGS properly
|
2013-04-14 17:36:49 +02:00
|
|
|
make ${makejobs} prefix=/usr CFLAGS="$CFLAGS" HAVE_LIBIDN=1
|
2012-09-30 12:12:58 +02:00
|
|
|
}
|
|
|
|
|
2013-04-14 17:36:49 +02:00
|
|
|
do_install() {
|
|
|
|
make prefix=/usr BASEDIR=${DESTDIR} install-whois
|
2012-09-30 12:12:58 +02:00
|
|
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
|
|
|
|
|
|
|
}
|