summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/bitstormlite/bitstormlite-0.2e.ebuild')
-rw-r--r--net-p2p/bitstormlite/bitstormlite-0.2e.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-p2p/bitstormlite/bitstormlite-0.2e.ebuild b/net-p2p/bitstormlite/bitstormlite-0.2e.ebuild
new file mode 100644
index 000000000000..e6de538327d4
--- /dev/null
+++ b/net-p2p/bitstormlite/bitstormlite-0.2e.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2e.ebuild,v 1.1 2007/01/26 12:12:51 armin76 Exp $
+
+DESCRIPTION="A light BitTorrent client based on c++ and gtk+."
+HOMEPAGE="http://kuga.51.net/temp/"
+SRC_URI="mirror://sourceforge/bbom/BitStormLite-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="net-misc/curl
+ dev-util/pkgconfig
+ >=x11-libs/gtk+-2.6"
+
+S="${WORKDIR}/BitStormLite-${PV}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+}