diff options
author | 2009-05-18 17:14:24 +0000 | |
---|---|---|
committer | 2009-05-18 17:14:24 +0000 | |
commit | 09e1be41503d88be329822b93e27930dd8aee04c (patch) | |
tree | 41fb9f80561f6227569a585aae47dc19e2aaf1e8 /net-misc/cloudvpn/cloudvpn-1.99.4.ebuild | |
parent | sys-boot/makebootfat: [NEW EBUILD] sys-boot/makebootfat bug 270301 (diff) | |
download | sunrise-09e1be41503d88be329822b93e27930dd8aee04c.tar.gz sunrise-09e1be41503d88be329822b93e27930dd8aee04c.tar.bz2 sunrise-09e1be41503d88be329822b93e27930dd8aee04c.zip |
net-misc/cloudvpn: some fixes of cloudvpn ebuilds, bug #258859, big thanks to scarabeus
svn path=/sunrise/; revision=8570
Diffstat (limited to 'net-misc/cloudvpn/cloudvpn-1.99.4.ebuild')
-rw-r--r-- | net-misc/cloudvpn/cloudvpn-1.99.4.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net-misc/cloudvpn/cloudvpn-1.99.4.ebuild b/net-misc/cloudvpn/cloudvpn-1.99.4.ebuild index 9a83f513e..9b71a967b 100644 --- a/net-misc/cloudvpn/cloudvpn-1.99.4.ebuild +++ b/net-misc/cloudvpn/cloudvpn-1.99.4.ebuild @@ -14,18 +14,16 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=net-libs/gnutls-2.4" -DEPEND="sys-devel/automake - ${RDEPEND}" +RDEPEND="net-libs/gnutls" +DEPEND=" ${RDEPEND} + sys-devel/automake" -src_compile() { +src_prepare() { rm -r src/stunproxy #incomplete, don't bother with it. ./autogen.sh - ./configure || die "configure failed!" - emake || die "emake failed!" } src_install() { emake DESTDIR="${D}" install || die "install failed" - dodoc README + dodoc README || die "doc'ing README failed" } |