whois: removed

This commit is contained in:
Fredrik Rinnestam 2014-02-15 23:26:21 +01:00
parent 64dec6c417
commit 09d2811d94
3 changed files with 0 additions and 30 deletions

View File

@ -1,10 +0,0 @@
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
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 +0,0 @@
aa4561134a03e22e2d759748ca676a97 whois_5.1.1.tar.xz

View File

@ -1,19 +0,0 @@
# Description: A modern whois client
# URL: http://www.linux.it/~md/software/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Packager: Olle Gustafsson, ogg at linux dot se
name=whois
version=5.1.1
release=1
source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.xz)
build() {
cd $name-$version
sed -i "/^CFLAGS/s/=.*$/=$CFLAGS/" Makefile
make CONFIG_FILE='/etc/whois.conf' whois
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
}