CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
whois: Initial import (verified compilation)
authorVictor Martinez <pitillo@ono.com>
Fri, 25 Dec 2009 00:03:21 +0000 (01:03 +0100)
committerVictor Martinez <pitillo@ono.com>
Fri, 25 Dec 2009 00:03:21 +0000 (01:03 +0100)
whois/.footprint [new file with mode: 0644]
whois/.md5sum [new file with mode: 0644]
whois/Pkgfile [new file with mode: 0644]

diff --git a/whois/.footprint b/whois/.footprint
new file mode 100644 (file)
index 0000000..792fe10
--- /dev/null
@@ -0,0 +1,6 @@
+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/man/
+drwxr-xr-x     root/root       usr/man/man1/
+-rw-r--r--     root/root       usr/man/man1/whois.1.gz
diff --git a/whois/.md5sum b/whois/.md5sum
new file mode 100644 (file)
index 0000000..2f18c5c
--- /dev/null
@@ -0,0 +1 @@
+18d74a07d711262b75f04a1c319bc833  whois_5.0.0.tar.gz
diff --git a/whois/Pkgfile b/whois/Pkgfile
new file mode 100644 (file)
index 0000000..bff17e3
--- /dev/null
@@ -0,0 +1,19 @@
+# Description: A modern whois client
+# URL: http://www.linux.it/~md/software/
+# Packager: Olle Gustafsson, ogg at linux dot se
+# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Depends on:
+
+name=whois
+version=5.0.0
+release=1
+source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.gz)
+
+build() {
+cd $name-$version
+  sed -i "/^CFLAGS/s/=.*$/=$CFLAGS/" Makefile
+  make
+  install -D -m 755 whois $PKG/usr/bin/whois
+  install -D -m 644 whois.1 $PKG/usr/man/man1/whois.1
+}