You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-proxy/nylon/nylon-1.21.ebuild

23 lines
629 B

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-proxy/nylon/nylon-1.21.ebuild,v 1.6 2008/08/21 17:20:34 bluebird 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="amd64 ppc sparc x86"
IUSE=""
DEPEND=">=dev-libs/libevent-0.6"
src_install() {
einstall || die "make install failed"
dodoc README THANKS
insinto /etc ; doins "${FILESDIR}/nylon.conf"
newinitd "${FILESDIR}/nylon.init" nylond
}