whois: update to 5.0.24

This commit is contained in:
Juergen Daubert 2013-04-19 17:16:21 +02:00
parent 02d127fc4f
commit 07ef81ee5d
3 changed files with 8 additions and 5 deletions

View File

@ -6,3 +6,5 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/whois.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/whois.conf.5.gz

View File

@ -1 +1 @@
a3343ba6d52475a1b0d53c45a6c2c169 whois_5.0.23.tar.xz
34c45f9beaafa5ae58d7d8b366c7c262 whois_5.0.24.tar.xz

View File

@ -4,7 +4,7 @@
# Packager: Olle Gustafsson, ogg at linux dot se
name=whois
version=5.0.23
version=5.0.24
release=1
source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.xz)
@ -12,7 +12,8 @@ build() {
cd $name-$version
sed -i "/^CFLAGS/s/=.*$/=$CFLAGS/" Makefile
make CONFIG_FILE='/etc/whois.conf' whois
install -D -m 755 whois $PKG/usr/bin/whois
install -D -m 644 whois.1 $PKG/usr/man/man1/whois.1
install -D -m 644 whois.conf $PKG/etc/whois.conf
install -D -m 0755 whois $PKG/usr/bin/whois
install -D -m 0644 whois.1 $PKG/usr/man/man1/whois.1
install -D -m 0644 whois.conf.5 $PKG/usr/man/man5/whois.conf.5
install -D -m 0644 whois.conf $PKG/etc/whois.conf
}