summaryrefslogtreecommitdiffstats
path: root/base/whois
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-28 11:46:53 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-28 11:46:53 +0200
commit5b9d57985f26916a272b5c4fa24772e9a292e865 (patch)
tree91fe3177c4040e09bf8660b5ee459334d255fdfd /base/whois
parent269b79ec62846ada818912ee475de87f4d43951f (diff)
downloadnutyx-pakxe-5b9d57985f26916a272b5c4fa24772e9a292e865.tar.gz
nutyx-pakxe-5b9d57985f26916a272b5c4fa24772e9a292e865.tar.bz2
nutyx-pakxe-5b9d57985f26916a272b5c4fa24772e9a292e865.tar.xz
nutyx-pakxe-5b9d57985f26916a272b5c4fa24772e9a292e865.zip
4.7.28-1
Diffstat (limited to 'base/whois')
-rw-r--r--base/whois/.footprint7
-rw-r--r--base/whois/.md5sum1
-rw-r--r--base/whois/Pkgfile19
3 files changed, 27 insertions, 0 deletions
diff --git a/base/whois/.footprint b/base/whois/.footprint
new file mode 100644
index 000000000..80223dc88
--- /dev/null
+++ b/base/whois/.footprint
@@ -0,0 +1,7 @@
+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/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/whois.1.gz
diff --git a/base/whois/.md5sum b/base/whois/.md5sum
new file mode 100644
index 000000000..6f3bed3ee
--- /dev/null
+++ b/base/whois/.md5sum
@@ -0,0 +1 @@
+90b8f4014d7e2249b74ac0cc56de2360 whois_4.7.28.tar.gz
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
+}