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/Pkgfile | |
parent | 123dceaf2a17816e714a0d8e2bb8a5ccd6062fae (diff) | |
download | nutyx-extra-c819dfe9fa55da21fedf5e598d23cb6f72acff77.tar.gz nutyx-extra-c819dfe9fa55da21fedf5e598d23cb6f72acff77.tar.bz2 nutyx-extra-c819dfe9fa55da21fedf5e598d23cb6f72acff77.tar.xz nutyx-extra-c819dfe9fa55da21fedf5e598d23cb6f72acff77.zip |
whois dans extra
Diffstat (limited to 'base/whois/Pkgfile')
-rw-r--r-- | base/whois/Pkgfile | 21 |
1 files changed, 0 insertions, 21 deletions
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 - -} |