whois: update to 5.1.2.
This commit is contained in:
parent
dddf547359
commit
17f15ae108
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'whois'
|
# Template file for 'whois'
|
||||||
pkgname=whois
|
pkgname=whois
|
||||||
version=5.1.1
|
version=5.1.2
|
||||||
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="davehome <davehome@redthumb.info.tm>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.linux.it/~md/software"
|
homepage="http://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=69fb4c3d964603967d18b931c2275e678eed5c33af0a74c41198e1b46a520644
|
checksum=021f76910e772fa569e299210b36e2eeb20b56dc9ca29edb7e83a21b560a5403
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
# This is needed to set CFLAGS properly
|
# This is needed to set CFLAGS properly
|
||||||
|
@ -19,5 +19,4 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
make prefix=/usr BASEDIR=${DESTDIR} install-whois
|
make prefix=/usr BASEDIR=${DESTDIR} install-whois
|
||||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue