summaryrefslogtreecommitdiff
path: root/whois/Pkgfile
blob: 35d15e928509b4b826d65d896876f6a780378f5d (plain)
    1 # Description: A modern whois client
    2 # URL: http://www.linux.it/~md/software/
    3 # Maintainer: Juergen Daubert, jue at crux dot nu
    4 
    5 name=whois
    6 version=5.5.9
    7 release=1
    8 source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.xz)
    9 
   10 build() {
   11 	cd $name
   12 	sed -i "/^CFLAGS/s/=.*$/=$CFLAGS/" Makefile
   13 	make CONFIG_FILE='/etc/whois.conf' whois
   14 	install -D -m 0755 whois $PKG/usr/bin/whois
   15 	install -D -m 0644 whois.1 $PKG/usr/share/man/man1/whois.1
   16 	install -D -m 0644 whois.conf.5 $PKG/usr/share/man/man5/whois.conf.5
   17 	install -D -m 0644 whois.conf $PKG/etc/whois.conf
   18 }

Generated by cgit