mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
whois: update to 5.3.1.
Closes #14655. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
16e2e2d693
commit
c2fe4f6216
1 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'whois'
|
# Template file for 'whois'
|
||||||
pkgname=whois
|
pkgname=whois
|
||||||
version=5.3.0
|
version=5.3.1
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="libidn-devel"
|
makedepends="libidn-devel"
|
||||||
short_desc="An improved whois client"
|
short_desc="An improved whois client"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.linux.it/~md/software"
|
homepage="https://www.linux.it/~md/software"
|
||||||
license="GPL-2"
|
|
||||||
distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.tar.xz"
|
distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.tar.xz"
|
||||||
checksum=4d789c403bfb5833c8ae168a5f31be70e34b045bd5d95a54c82a27b0ff135723
|
checksum=ef4ead31306a388d9c8c83d67f56c94ed8b4c85e94f60baea2f5b1660445893e
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
whois:whois:/usr/bin/gwhois
|
whois:whois:/usr/bin/gwhois
|
||||||
|
@ -18,6 +18,7 @@ alternatives="
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC=$CC prefix=/usr 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
|
||||||
mv ${DESTDIR}/usr/bin/{whois,gwhois}
|
mv ${DESTDIR}/usr/bin/{whois,gwhois}
|
||||||
|
|
Loading…
Add table
Reference in a new issue