diff options
author | 2009-04-19 16:06:17 +0000 | |
---|---|---|
committer | 2009-04-19 16:06:17 +0000 | |
commit | 12e5fea2eedd5ff47db4ca8e793fc44205919d5e (patch) | |
tree | 62e0d0c4caf31717d7315345ec9582471bb5cd59 /net-misc/cloudvpn/cloudvpn-1.0.9.ebuild | |
parent | media-radio/gpredict: added installation of needed doc files (diff) | |
download | sunrise-12e5fea2eedd5ff47db4ca8e793fc44205919d5e.tar.gz sunrise-12e5fea2eedd5ff47db4ca8e793fc44205919d5e.tar.bz2 sunrise-12e5fea2eedd5ff47db4ca8e793fc44205919d5e.zip |
net-misc/cloudvpn: version bump for bug 258859
svn path=/sunrise/; revision=8349
Diffstat (limited to 'net-misc/cloudvpn/cloudvpn-1.0.9.ebuild')
-rw-r--r-- | net-misc/cloudvpn/cloudvpn-1.0.9.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-misc/cloudvpn/cloudvpn-1.0.9.ebuild b/net-misc/cloudvpn/cloudvpn-1.0.9.ebuild new file mode 100644 index 000000000..b5272366f --- /dev/null +++ b/net-misc/cloudvpn/cloudvpn-1.0.9.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="secure mesh networking VPN" +HOMEPAGE="http://exa.czweb.org/" +SRC_URI="http://exa.czweb.org/releases/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-libs/openssl" +DEPEND="dev-util/scons ${RDEPEND}" + +src_compile () { + # dont pass make's -l option, as scons uses it differently. + scons ${MAKEOPTS/-l[0-9]} || die "compilation failed" +} + +src_install () { + dobin cloudvpn extras/initscripts/cloudctl || die + doman extras/man/cloudvpn.1 || die +} + |