whois: update to 5.0.10, FS#674

This commit is contained in:
Juergen Daubert 2010-12-04 10:06:10 +01:00
parent d4d1e5da27
commit 9a1feb706a
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,5 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/whois.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/whois

View File

@ -1 +1 @@
f461fed45e25acea703d3c041a50931b whois_5.0.9.tar.gz
d7626a3f789da85e70e4b931b6b34a26 whois_5.0.10.tar.gz

View File

@ -5,14 +5,15 @@
# Depends on:
name=whois
version=5.0.9
version=5.0.10
release=1
source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.gz)
build() {
cd $name-$version
sed -i "/^CFLAGS/s/=.*$/=$CFLAGS/" Makefile
make whois
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
}