From 5b9d57985f26916a272b5c4fa24772e9a292e865 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Fri, 28 Aug 2009 11:46:53 +0200 Subject: 4.7.28-1 --- base/whois/.footprint | 7 +++++++ base/whois/.md5sum | 1 + base/whois/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 base/whois/.footprint create mode 100644 base/whois/.md5sum create mode 100644 base/whois/Pkgfile (limited to 'base') 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 +} -- cgit v1.2.3-70-g09d2