summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Steen (Gandalf) <gandalf@vebbe.se>2008-08-23 15:47:50 +0000
committerRobert Steen (Gandalf) <gandalf@vebbe.se>2008-08-23 15:47:50 +0000
commit3295496252c9120f3029925c8efaf4b2a0065396 (patch)
tree7d686e2248aa582f1a689ff6dfbe600018c1ff94 /net-p2p/buildtorrent/buildtorrent-0.7.ebuild
parentmedia-sound/crip: Added local USE flag description wrt GLEP 56 (diff)
downloadsunrise-3295496252c9120f3029925c8efaf4b2a0065396.tar.gz
sunrise-3295496252c9120f3029925c8efaf4b2a0065396.tar.bz2
sunrise-3295496252c9120f3029925c8efaf4b2a0065396.zip
net-p2p/buildtorrent: New ebuild for software buildtorrent
svn path=/sunrise/; revision=6833
Diffstat (limited to 'net-p2p/buildtorrent/buildtorrent-0.7.ebuild')
-rw-r--r--net-p2p/buildtorrent/buildtorrent-0.7.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-p2p/buildtorrent/buildtorrent-0.7.ebuild b/net-p2p/buildtorrent/buildtorrent-0.7.ebuild
new file mode 100644
index 000000000..3461cdd79
--- /dev/null
+++ b/net-p2p/buildtorrent/buildtorrent-0.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+MY_P="${P}-1"
+
+DESCRIPTION="Create BitTorrent files easily"
+HOMEPAGE="http://claudiusmaximus.goto10.org/index.php?page=coding/buildtorrent"
+SRC_URI="http://claudiusmaximus.goto10.org/files/coding/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+}