whois: update to 5.3.0.
This commit is contained in:
parent
04f148f3a2
commit
3fd740484f
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'whois'
|
# Template file for 'whois'
|
||||||
pkgname=whois
|
pkgname=whois
|
||||||
version=5.2.20
|
version=5.3.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="libidn-devel"
|
makedepends="libidn-devel"
|
||||||
|
@ -9,14 +9,14 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://www.linux.it/~md/software"
|
homepage="https://www.linux.it/~md/software"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.tar.xz"
|
distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.tar.xz"
|
||||||
checksum=6848ab671750ab3782fe4ab2a47910fe4e25aa93894e4d0f3f67b5fcee06c009
|
checksum=4d789c403bfb5833c8ae168a5f31be70e34b045bd5d95a54c82a27b0ff135723
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
whois:whois:/usr/bin/gwhois
|
whois:whois:/usr/bin/gwhois
|
||||||
whois:whois.1:/usr/share/man/man1/gwhois.1"
|
whois:whois.1:/usr/share/man/man1/gwhois.1"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC=$CC prefix=/usr HAVE_LIBIDN=1 HAVE_ICONV=1
|
make CC=$CC prefix=/usr HAVE_ICONV=1
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
make prefix=/usr BASEDIR=${DESTDIR} install-whois
|
make prefix=/usr BASEDIR=${DESTDIR} install-whois
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue