You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
573 B
28 lines
573 B
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI="2"
|
|
|
|
inherit versionator
|
|
|
|
MY_P="${PN}-$(replace_version_separator 2 '')"
|
|
S=${WORKDIR}/${MY_P}
|
|
|
|
DESCRIPTION="TV RSS is a tool for automating torrent downloads"
|
|
HOMEPAGE="http://tvtrss.sourceforge.net/"
|
|
SRC_URI="mirror://sourceforge/tvtrss/${MY_P}.tar.gz"
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~x86 ~amd64"
|
|
IUSE=""
|
|
DEPEND="x11-libs/gtk+:2
|
|
>=dev-lang/perl-5.8.6
|
|
dev-perl/XML-RAI
|
|
dev-perl/glib-perl
|
|
dev-perl/gtk2-perl"
|
|
|
|
src_install() {
|
|
dobin ${S}/tvrss
|
|
}
|