diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:07:32 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:07:32 +0200 |
commit | c819dfe9fa55da21fedf5e598d23cb6f72acff77 (patch) | |
tree | 22183d1c08d1e73278e73f11444c5c02e06ed00c /base/whois | |
parent | 123dceaf2a17816e714a0d8e2bb8a5ccd6062fae (diff) | |
download | nutyx-pakxe-c819dfe9fa55da21fedf5e598d23cb6f72acff77.tar.gz nutyx-pakxe-c819dfe9fa55da21fedf5e598d23cb6f72acff77.tar.bz2 nutyx-pakxe-c819dfe9fa55da21fedf5e598d23cb6f72acff77.tar.xz nutyx-pakxe-c819dfe9fa55da21fedf5e598d23cb6f72acff77.zip |
whois dans extra
Diffstat (limited to 'base/whois')
-rw-r--r-- | base/whois/.footprint.i686 | 7 | ||||
-rw-r--r-- | base/whois/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | base/whois/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/whois/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/whois/Pkgfile | 21 |
5 files changed, 0 insertions, 37 deletions
diff --git a/base/whois/.footprint.i686 b/base/whois/.footprint.i686 deleted file mode 100644 index 80223dc88..000000000 --- a/base/whois/.footprint.i686 +++ /dev/null @@ -1,7 +0,0 @@ -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/.footprint.x86_64 b/base/whois/.footprint.x86_64 deleted file mode 100644 index 80223dc88..000000000 --- a/base/whois/.footprint.x86_64 +++ /dev/null @@ -1,7 +0,0 @@ -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.i686 b/base/whois/.md5sum.i686 deleted file mode 100644 index fba173bf9..000000000 --- a/base/whois/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -942e2d90b0bcd7d22765c8e3344fe118 whois_5.0.11.tar.gz diff --git a/base/whois/.md5sum.x86_64 b/base/whois/.md5sum.x86_64 deleted file mode 100644 index fba173bf9..000000000 --- a/base/whois/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -942e2d90b0bcd7d22765c8e3344fe118 whois_5.0.11.tar.gz diff --git a/base/whois/Pkgfile b/base/whois/Pkgfile deleted file mode 100644 index 66036ffa7..000000000 --- a/base/whois/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# 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 - -} |