diff options
author | Hanno Böck <hanno@gentoo.org> | 2004-12-07 15:21:29 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2004-12-07 15:21:29 +0000 |
commit | f75812f677478ad0342f3fe5a6d869a5863c7c38 (patch) | |
tree | a7926bb9ff8ed213ab6dc7c7119752281257ecc2 /net-misc/vpnc/vpnc-0.3.2.ebuild | |
parent | remove all -lgcc_eh (Manifest recommit) (diff) | |
download | gentoo-2-f75812f677478ad0342f3fe5a6d869a5863c7c38.tar.gz gentoo-2-f75812f677478ad0342f3fe5a6d869a5863c7c38.tar.bz2 gentoo-2-f75812f677478ad0342f3fe5a6d869a5863c7c38.zip |
vpnc version bump
Diffstat (limited to 'net-misc/vpnc/vpnc-0.3.2.ebuild')
-rw-r--r-- | net-misc/vpnc/vpnc-0.3.2.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/net-misc/vpnc/vpnc-0.3.2.ebuild b/net-misc/vpnc/vpnc-0.3.2.ebuild new file mode 100644 index 000000000000..e280da458c3c --- /dev/null +++ b/net-misc/vpnc/vpnc-0.3.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.3.2.ebuild,v 1.1 2004/12/07 15:21:29 hanno Exp $ + +DESCRIPTION="Free client for Cisco VPN routing software" +HOMEPAGE="http://www.unix-ag.uni-kl.de/~massar/vpnc/" +SRC_URI="http://www.unix-ag.uni-kl.de/~massar/vpnc/${P}.tar.gz" + +LICENSE="GPL-2 BSD" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND=">=dev-libs/libgcrypt-1.1.91 + sys-apps/iproute2" + +S=${WORKDIR}/${P} + +src_compile() { + # Workaround for crappy Makefile + sed -i -e "s:CFLAGS=-W -Wall -O:CFLAGS=${CFLAGS}:" Makefile + emake || die +} + +src_install() { + dobin vpnc vpnc-connect vpnc-disconnect || die + dodoc ChangeLog README TODO VERSION + doman vpnc.8 + insinto /etc + doins vpnc.conf +} |