From 08ec53109c018cabc70f64753023d5670d51b9c3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 19 Apr 2013 17:07:59 +0200 Subject: [PATCH] whois: update to 5.0.24. --- srcpkgs/whois/template | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/srcpkgs/whois/template b/srcpkgs/whois/template index ceccc2f746b..90ac364aa53 100644 --- a/srcpkgs/whois/template +++ b/srcpkgs/whois/template @@ -1,17 +1,15 @@ # Template file for 'whois' pkgname=whois -version=5.0.20 +version=5.0.24 revision=1 -makedepends="perl libidn-devel" -short_desc="The whois client by Marco d Itri" +hostmakedepends="perl" +makedepends="libidn-devel" +short_desc="An improved whois client" maintainer="davehome " homepage="http://www.linux.it/~md/software" license="GPL-2" distfiles="http://ftp.debian.org/debian/pool/main/w/${pkgname}/${pkgname}_${version}.tar.xz" -checksum=818332954643626b8a44670746185cf7fc7a862195b46c01e10df1c3f82d8ecf -long_desc=" - whois is an improved whois client. It is part of Debian, Mandriva, SuSE, PLD - and other Linux distributions." +checksum=c61435fef8e2bb1158846b6c1bd72cf5ed29a474c1e27cd35cf0574b40bd0bf5 do_build() { # This is needed to set CFLAGS properly @@ -26,6 +24,6 @@ do_install() { whois_package() { pkg_install() { - vmove usr + vmove all } }