diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-08 05:45:33 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-08 05:45:33 +0000 |
commit | 0750c4d19806d66c1294e2304590d3117bd9b3d8 (patch) | |
tree | 043281f7df07181e1c09ffab703231ba2b3c1225 /net-misc/pimpd | |
parent | Blocked mozilla till nautilus and galeon work with the new version (diff) | |
download | gentoo-2-0750c4d19806d66c1294e2304590d3117bd9b3d8.tar.gz gentoo-2-0750c4d19806d66c1294e2304590d3117bd9b3d8.tar.bz2 gentoo-2-0750c4d19806d66c1294e2304590d3117bd9b3d8.zip |
A identd daemon
Diffstat (limited to 'net-misc/pimpd')
-rw-r--r-- | net-misc/pimpd/files/digest-pimpd-0.5 | 1 | ||||
-rw-r--r-- | net-misc/pimpd/pimpd-0.5.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/net-misc/pimpd/files/digest-pimpd-0.5 b/net-misc/pimpd/files/digest-pimpd-0.5 new file mode 100644 index 000000000000..d171bc95d5bc --- /dev/null +++ b/net-misc/pimpd/files/digest-pimpd-0.5 @@ -0,0 +1 @@ +MD5 c494d78af80f9e732b3e2f44c882fa85 pimpd-0.5.tar.gz diff --git a/net-misc/pimpd/pimpd-0.5.ebuild b/net-misc/pimpd/pimpd-0.5.ebuild new file mode 100644 index 000000000000..b3f11f9ceb01 --- /dev/null +++ b/net-misc/pimpd/pimpd-0.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/pimpd-0.5.ebuild,v 1.1 2001/05/08 05:45:33 achim Exp $ + +A=${P}.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/pimpd-0.5.tar.gz" +HOMEPAGE="http://cats.meow.at/~peter/pimpd.html" + + +src_compile() { + + try make CFLAGS=\"$CFLAGS\" + +} + +src_install () { + + dosbin pimpd + dodoc README + +} + |