diff options
Diffstat (limited to 'extra/whois')
-rw-r--r-- | extra/whois/.footprint.i686 | 7 | ||||
-rw-r--r-- | extra/whois/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | extra/whois/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/whois/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/whois/Pkgfile | 21 |
5 files changed, 37 insertions, 0 deletions
diff --git a/extra/whois/.footprint.i686 b/extra/whois/.footprint.i686 new file mode 100644 index 000000000..80223dc88 --- /dev/null +++ b/extra/whois/.footprint.i686 @@ -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/extra/whois/.footprint.x86_64 b/extra/whois/.footprint.x86_64 new file mode 100644 index 000000000..80223dc88 --- /dev/null +++ b/extra/whois/.footprint.x86_64 @@ -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/extra/whois/.md5sum.i686 b/extra/whois/.md5sum.i686 new file mode 100644 index 000000000..fba173bf9 --- /dev/null +++ b/extra/whois/.md5sum.i686 @@ -0,0 +1 @@ +942e2d90b0bcd7d22765c8e3344fe118 whois_5.0.11.tar.gz diff --git a/extra/whois/.md5sum.x86_64 b/extra/whois/.md5sum.x86_64 new file mode 100644 index 000000000..fba173bf9 --- /dev/null +++ b/extra/whois/.md5sum.x86_64 @@ -0,0 +1 @@ +942e2d90b0bcd7d22765c8e3344fe118 whois_5.0.11.tar.gz diff --git a/extra/whois/Pkgfile b/extra/whois/Pkgfile new file mode 100644 index 000000000..66036ffa7 --- /dev/null +++ b/extra/whois/Pkgfile @@ -0,0 +1,21 @@ +# 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=5.0.11 +release=1 +source=( ftp://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.gz) + + +build() { + cd $name-$version + if [ "`uname -m`" == "x86_64" ]; then + sed -i "/_GNU_SOURCE/d" whois.c + fi + make prefix=/usr + make prefix=/usr BASEDIR=$PKG install-whois + +} |