diff options
author | 2002-05-15 14:19:58 +0000 | |
---|---|---|
committer | 2002-05-15 14:19:58 +0000 | |
commit | 1b1605d574b8b4e21d1e43601ee29562d0e1ebde (patch) | |
tree | 31f762ba7fd84a200696cef21752aafa50af811a /net-misc/whois | |
parent | updated changelog/ tested ok (diff) | |
download | gentoo-2-1b1605d574b8b4e21d1e43601ee29562d0e1ebde.tar.gz gentoo-2-1b1605d574b8b4e21d1e43601ee29562d0e1ebde.tar.bz2 gentoo-2-1b1605d574b8b4e21d1e43601ee29562d0e1ebde.zip |
version bump - reported by Jeremy Herbison. this closes bug #2740
Diffstat (limited to 'net-misc/whois')
-rw-r--r-- | net-misc/whois/files/digest-whois-4.5.26 | 1 | ||||
-rw-r--r-- | net-misc/whois/whois-4.5.26.ebuild | 44 |
2 files changed, 45 insertions, 0 deletions
diff --git a/net-misc/whois/files/digest-whois-4.5.26 b/net-misc/whois/files/digest-whois-4.5.26 new file mode 100644 index 000000000000..fb4d824775fa --- /dev/null +++ b/net-misc/whois/files/digest-whois-4.5.26 @@ -0,0 +1 @@ +MD5 53e7a04f74403bbbbd53faf6dd9f1b37 whois_4.5.26.tar.gz 34126 diff --git a/net-misc/whois/whois-4.5.26.ebuild b/net-misc/whois/whois-4.5.26.ebuild new file mode 100644 index 000000000000..c00bc372586d --- /dev/null +++ b/net-misc/whois/whois-4.5.26.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: <bangert@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.5.26.ebuild,v 1.1 2002/05/15 14:19:58 bangert Exp $ + +A=whois_${PV}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="improved Whois Client" +SRC_URI="ftp://ftp.debian.org/debian/pool/main/w/whois/${A}" +HOMEPAGE="http://www.linux.it/~md/software/" +LICENSE="GPL-2" + +DEPEND="virtual/glibc >=sys-devel/perl-5" +RDEPEND="virtual/glibc" + +src_unpack() { + + unpack ${A} + cd ${S} + cp Makefile Makefile.orig + sed -e "s/-O2/$CFLAGS/" -e "s:/man/man1/:/share/man/man1/:" Makefile.orig > Makefile + cd po + cp Makefile Makefile.orig + sed -e "s:/usr/bin/install:/bin/install:" Makefile.orig > Makefile + +} + +src_compile() { + + make || die + make mkpasswd || die + +} + +src_install() { + dodir /usr/bin + dodir /usr/share/man/man1 + dodir /usr/share/locale + make BASEDIR=${D} prefix=/usr mandir=/usr/share/man install || die + dobin mkpasswd + doman mkpasswd.1 + dodoc README TODO debian/changelog debian/copyright + +}
\ No newline at end of file |