summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2006-01-10 21:30:08 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2006-01-10 21:30:08 +0000
commit381c27e453407fb8c3cb12c776bd19d588505573 (patch)
tree5a9360a5b83eaf2145bb595269ae32618b2da21c /net-misc/pen/pen-0.17.0.ebuild
parentNew package (diff)
downloadgentoo-2-381c27e453407fb8c3cb12c776bd19d588505573.tar.gz
gentoo-2-381c27e453407fb8c3cb12c776bd19d588505573.tar.bz2
gentoo-2-381c27e453407fb8c3cb12c776bd19d588505573.zip
0.17.0 version bump.
(Portage version: 2.0.53)
Diffstat (limited to 'net-misc/pen/pen-0.17.0.ebuild')
-rw-r--r--net-misc/pen/pen-0.17.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-misc/pen/pen-0.17.0.ebuild b/net-misc/pen/pen-0.17.0.ebuild
new file mode 100644
index 000000000000..2cf27e20e1c2
--- /dev/null
+++ b/net-misc/pen/pen-0.17.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pen/pen-0.17.0.ebuild,v 1.1 2006/01/10 21:30:08 vanquirius Exp $
+
+DESCRIPTION="TCP Load Balancing Port Forwarder"
+HOMEPAGE="http://siag.nu/pen/"
+SRC_URI="http://siag.nu/pub/pen/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc ~x86"
+IUSE=""
+
+DEPEND="dev-libs/openssl"
+
+src_install() {
+ make DESTDIR="${D}" docdir=/usr/share/doc/${PF} install || die
+}