diff options
author | Bryon Roche <kain@gentoo.org> | 2003-01-08 06:06:48 +0000 |
---|---|---|
committer | Bryon Roche <kain@gentoo.org> | 2003-01-08 06:06:48 +0000 |
commit | 6061cc157c105c4e70e8bcf1733a73bde8a43434 (patch) | |
tree | 1c8826435cf941196e04f23e268cc868b007f219 /net-misc/nylon/nylon-1.1.ebuild | |
parent | This gets a ~ for ppc. (diff) | |
download | gentoo-2-6061cc157c105c4e70e8bcf1733a73bde8a43434.tar.gz gentoo-2-6061cc157c105c4e70e8bcf1733a73bde8a43434.tar.bz2 gentoo-2-6061cc157c105c4e70e8bcf1733a73bde8a43434.zip |
new package. gets ~x86 and ~ppc.
Diffstat (limited to 'net-misc/nylon/nylon-1.1.ebuild')
-rw-r--r-- | net-misc/nylon/nylon-1.1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-misc/nylon/nylon-1.1.ebuild b/net-misc/nylon/nylon-1.1.ebuild new file mode 100644 index 000000000000..3401f66005a4 --- /dev/null +++ b/net-misc/nylon/nylon-1.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/nylon/nylon-1.1.ebuild,v 1.1 2003/01/08 06:06:48 kain Exp $ + +DESCRIPTION="A lightweight SOCKS proxy server" +HOMEPAGE="http://monkey.org/~marius/nylon/" +SRC_URI="http://monkey.org/~marius/nylon/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86 ~ppc" + +IUSE="" +DEPEND=">=libevent-0.6" +RDEPEND=${DEPEND} + +src_compile() { + econf || die + emake || die +} + +src_install() { + einstall || die + dodoc README THANKS + insinto /etc + doins ${FILESDIR}/nylon.conf +} |