whois: update to 5.0.4

This commit is contained in:
Juergen Daubert 2010-05-13 18:11:20 +02:00
parent 0832584b95
commit 450b60b006
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1df3cdd39e388fc3601ccec50be251c9 whois_5.0.3.tar.gz
87319ca1e5eeae0631fc3ca249b43671 whois_5.0.4.tar.gz

View File

@ -5,14 +5,14 @@
# Depends on:
name=whois
version=5.0.3
version=5.0.4
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
make whois
install -D -m 755 whois $PKG/usr/bin/whois
install -D -m 644 whois.1 $PKG/usr/man/man1/whois.1
}