diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-08 06:55:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-08 06:55:59 +0000 |
commit | 3027a3a2ba8005abe1c43fc56e261f6a765a6182 (patch) | |
tree | 07064f872287b93ab080075d9d0766eb35876382 /net-misc/pimpd | |
parent | repoman: header fix (diff) | |
download | historical-3027a3a2ba8005abe1c43fc56e261f6a765a6182.tar.gz historical-3027a3a2ba8005abe1c43fc56e261f6a765a6182.tar.bz2 historical-3027a3a2ba8005abe1c43fc56e261f6a765a6182.zip |
repoman
Diffstat (limited to 'net-misc/pimpd')
-rw-r--r-- | net-misc/pimpd/pimpd-0.8.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/net-misc/pimpd/pimpd-0.8.ebuild b/net-misc/pimpd/pimpd-0.8.ebuild index 173763378df3..8bfc3e1c30ed 100644 --- a/net-misc/pimpd/pimpd-0.8.ebuild +++ b/net-misc/pimpd/pimpd-0.8.ebuild @@ -1,22 +1,20 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/pimpd-0.8.ebuild,v 1.10 2003/09/05 22:01:49 msterret Exp $ -# Updated to version 0.8 by Olivier Reisch on Fri Apr 26 11:44:26 CEST 2002 +# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/pimpd-0.8.ebuild,v 1.11 2003/09/08 06:50:51 vapier Exp $ -A=pimpd_0.8.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="pimpd is a (hopefully) RFC1413-compliant identd server supporting Linux 2.2.x masqueraded connections and Linux 2.4.x connection tracking for use with NAT." -SRC_URI="http://cats.meow.at/~peter/${A}" +DESCRIPTION="RFC1413-compliant identd server supporting masqueraded connections" HOMEPAGE="http://cats.meow.at/~peter/pimpd.html" -KEYWORDS="x86 sparc " +SRC_URI="http://cats.meow.at/~peter/pimpd_${PV}.tar.gz" + LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86 sparc" src_compile() { make CFLAGS="$CFLAGS" || die } -src_install () { +src_install() { dosbin pimpd dodoc README } |