Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ef9109faa0452b289e3ec9972493b595d6f315f0
commit ef9109faa0452b289e3ec9972493b595d6f315f0 Author: crazy <[email protected]> Date: Sat Jan 7 15:16:47 2017 +0100 whois-5.2.14-1-x86_64 * Version bump diff --git a/source/network/whois/FrugalBuild b/source/network/whois/FrugalBuild index 29d0573..12610be 100644 --- a/source/network/whois/FrugalBuild +++ b/source/network/whois/FrugalBuild @@ -3,7 +3,7 @@ # Maintainer: crazy <[email protected]> pkgname=whois -pkgver=5.2.13 +pkgver=5.2.14 pkgrel=1 pkgdesc="The GNU whois client" url="http://www.linux.it/~md/software/" @@ -15,21 +15,20 @@ _F_github_author="rfc1036" _F_github_tag_v="v" ## lol Finclude github source+=(whois-4.7.9-useconfig.patch) - +sha1sums=('bc4739b31aadb5a9f661a8bb450476106c9d64dc' \ + '07bc0caaa23521d35d75584fdb5f95f1befdba25') build() { Fpatchall export HAVE_ICONV=1 HAVE_LIBIDN=1 - make prefix=/usr BASEDIR=$Fdestdir install || Fdie + Fexec make prefix=/usr BASEDIR=$Fdestdir install || Fdie Ffile $pkgname-$pkgver/whois.conf /etc/whois.conf # conflicts with expect Frm /usr/bin/mkpasswd Frm /usr/share/man/man1/mkpasswd.1 } -sha1sums=('d96b1ddbf8147c1117012230e875056eef859d7b' \ - '07bc0caaa23521d35d75584fdb5f95f1befdba25') # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
