summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/createtorrent/createtorrent-1.1.3.ebuild')
-rw-r--r--net-p2p/createtorrent/createtorrent-1.1.3.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-p2p/createtorrent/createtorrent-1.1.3.ebuild b/net-p2p/createtorrent/createtorrent-1.1.3.ebuild
new file mode 100644
index 000000000000..a1199b32012a
--- /dev/null
+++ b/net-p2p/createtorrent/createtorrent-1.1.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/createtorrent/createtorrent-1.1.3.ebuild,v 1.1 2007/02/28 22:55:09 armin76 Exp $
+
+inherit eutils
+
+DESCRIPTION="Create BitTorrent files easily"
+HOMEPAGE="http://www.creatorrent.com/"
+SRC_URI="http://www.createtorrent.com/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+}