diff options
Diffstat (limited to 'net-misc/pen/pen-0.15.0.ebuild')
-rw-r--r-- | net-misc/pen/pen-0.15.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-misc/pen/pen-0.15.0.ebuild b/net-misc/pen/pen-0.15.0.ebuild new file mode 100644 index 000000000000..6a28dd8e85ba --- /dev/null +++ b/net-misc/pen/pen-0.15.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/pen/pen-0.15.0.ebuild,v 1.1 2005/06/26 10:07:40 dragonheart 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="~x86" +IUSE="" + +DEPEND="dev-libs/openssl" + +src_install() { + emake DESTDIR=${D} docdir=/usr/share/doc/${PF} install || die +} |