diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-28 11:46:53 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-28 11:46:53 +0200 |
commit | 5b9d57985f26916a272b5c4fa24772e9a292e865 (patch) | |
tree | 91fe3177c4040e09bf8660b5ee459334d255fdfd /base/whois/Pkgfile | |
parent | 269b79ec62846ada818912ee475de87f4d43951f (diff) | |
download | nutyx-extra-5b9d57985f26916a272b5c4fa24772e9a292e865.tar.gz nutyx-extra-5b9d57985f26916a272b5c4fa24772e9a292e865.tar.bz2 nutyx-extra-5b9d57985f26916a272b5c4fa24772e9a292e865.tar.xz nutyx-extra-5b9d57985f26916a272b5c4fa24772e9a292e865.zip |
4.7.28-1
Diffstat (limited to 'base/whois/Pkgfile')
-rw-r--r-- | base/whois/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/base/whois/Pkgfile b/base/whois/Pkgfile new file mode 100644 index 000000000..e45e7ece4 --- /dev/null +++ b/base/whois/Pkgfile @@ -0,0 +1,19 @@ +# Description: Client-side application which queries directory service +# URL: http://ftp.debian.org/debian/pool/main/w/whois +# Maintainer: NuTyX coreteam +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=whois +version=4.7.28 +release=1 +source=( ftp://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.gz) + + +build() { + cd $name-$version + sed -i 's/install:/install-pos:/' po/Makefile + make + install -D -m 755 whois $PKG/usr/bin/whois + install -D -m 644 whois.1 $PKG/usr/share/man/man1/whois.1 +} |