diff options
Diffstat (limited to 'net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild')
-rw-r--r-- | net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild b/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild new file mode 100644 index 000000000000..ffa17658d49d --- /dev/null +++ b/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild,v 1.1 2009/06/07 23:20:06 hwoarang Exp $ + +inherit distutils + +DESCRIPTION="A torrent file parser" +HOMEPAGE="http://vrai.net/project.php?project=torrentinfo" +SRC_URI="http://vrai.net/files/software_projects/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |