CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dillo: fixed AR usage and added ssl support (https)
[attic/ports/opt-cross.git] / whois / Pkgfile
1 # Description: A modern whois client
2 # URL: http://www.linux.it/~md/software/
3 # Packager: Olle Gustafsson, ogg at linux dot se
4 # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
5 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
6 # Depends on:
7
8 name=whois
9 version=5.0.5
10 release=1
11 source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.gz)
12
13 build() {
14 cd $name-$version
15 sed -i "/^CFLAGS/s/=.*$/=$CFLAGS/" Makefile
16 make
17 install -D -m 755 whois $PKG/usr/bin/whois
18 install -D -m 644 whois.1 $PKG/usr/man/man1/whois.1
19 }