opt/whois/Pkgfile

20 lines
603 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A modern whois client
# URL: http://www.linux.it/~md/software/
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
# Packager: Olle Gustafsson, ogg at linux dot se
# Depends on:
name=whois
2011-12-24 12:05:53 +01:00
version=5.0.14
2006-02-23 16:26:10 +01:00
release=1
source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.gz)
build() {
cd $name-$version
2009-06-18 10:02:46 +02:00
sed -i "/^CFLAGS/s/=.*$/=$CFLAGS/" Makefile
2010-12-04 10:06:10 +01:00
make CONFIG_FILE='/etc/whois.conf' whois
2006-10-07 16:52:37 +02:00
install -D -m 755 whois $PKG/usr/bin/whois
install -D -m 644 whois.1 $PKG/usr/man/man1/whois.1
2010-12-04 10:06:10 +01:00
install -D -m 644 whois.conf $PKG/etc/whois.conf
2006-02-23 16:26:10 +01:00
}