diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2006-02-22 16:37:52 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2006-02-22 16:37:52 +0000 |
commit | 45273aa740710e89cd88af6591f48406f5157970 (patch) | |
tree | efe433ee90d5dfb7ca6c38228a01f70ff9c6c84e /net-misc/proxytunnel/proxytunnel-1.6.0-r1.ebuild | |
parent | Removed crufty versions (diff) | |
download | gentoo-2-45273aa740710e89cd88af6591f48406f5157970.tar.gz gentoo-2-45273aa740710e89cd88af6591f48406f5157970.tar.bz2 gentoo-2-45273aa740710e89cd88af6591f48406f5157970.zip |
added openssl dependency, ebuild cleanup (no patch needed anymore).
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-misc/proxytunnel/proxytunnel-1.6.0-r1.ebuild')
-rw-r--r-- | net-misc/proxytunnel/proxytunnel-1.6.0-r1.ebuild | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/net-misc/proxytunnel/proxytunnel-1.6.0-r1.ebuild b/net-misc/proxytunnel/proxytunnel-1.6.0-r1.ebuild index 4b0bc3513b03..b200f86ed77e 100644 --- a/net-misc/proxytunnel/proxytunnel-1.6.0-r1.ebuild +++ b/net-misc/proxytunnel/proxytunnel-1.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/proxytunnel-1.6.0-r1.ebuild,v 1.1 2006/02/22 10:49:25 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/proxytunnel-1.6.0-r1.ebuild,v 1.2 2006/02/22 16:37:52 sbriesen Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -13,13 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="static" -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-build.patch" -} +DEPEND="dev-libs/openssl" src_compile() { use static && append-ldflags -static @@ -27,6 +21,7 @@ src_compile() { } src_install() { - make install PREFIX="/usr" MANDIR="\$(DATADIR)/man/man1" DESTDIR="${D}" || die + dobin proxytunnel + doman debian/proxytunnel.1 dodoc CHANGES CREDITS KNOWN_ISSUES README } |