public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dilfridge:master commit in: net-p2p/twister/
@ 2014-01-07 23:37 Andreas Hüttel
  0 siblings, 0 replies; only message in thread
From: Andreas Hüttel @ 2014-01-07 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     5e69c99620d017d056aff2bbb2a61aa2adf262b3
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  7 23:38:23 2014 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jan  7 23:38:23 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=5e69c996

[net-p2p/twister] start playing with this

---
 net-p2p/twister/twister-9999.ebuild | 45 +++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/net-p2p/twister/twister-9999.ebuild b/net-p2p/twister/twister-9999.ebuild
new file mode 100644
index 0000000..5e61081
--- /dev/null
+++ b/net-p2p/twister/twister-9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20130823.ebuild,v 1.4 2014/01/06 13:35:35 jlec Exp $
+
+EAPI=5
+
+inherit autotools git-r3
+
+DESCRIPTION="Fully decentralized P2P microblogging platform"
+HOMEPAGE="http://twister.net.co/"
+EGIT_REPO_URI="https://github.com/miguelfreitas/twister-core.git"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+	dev-libs/boost:=
+	dev-libs/openssl
+	net-libs/miniupnpc
+	sys-libs/db
+"
+
+DEPEND="${COMMON_DEPEND}"
+
+RDEPEND="${COMMON_DEPEND}"
+
+src_prepare() {
+	cd "${S}"/libtorrent
+	./bootstrap.sh
+	cd "${S}"
+}
+
+src_configure() {
+	cd "${S}"/libtorrent
+	econf --enable-logging --enable-debug --enable-dht	
+}
+
+src_compile() {
+	cd "${S}"/libtorrent
+	emake
+	cd "${S}"/src
+	emake -f makefile.unix
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-07 23:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-07 23:37 [gentoo-commits] dev/dilfridge:master commit in: net-p2p/twister/ Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox