media-video/perroquet/perroquet-1.0.0.ebuild
author Da Risk <da_risk@geekorum.com>
Tue, 27 Dec 2011 11:40:24 +0100
changeset 32 b63f6f600d51
parent 0 58d5cc68f922
permissions -rw-r--r--
Add torrent-search-0.11.0

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION=""
HOMEPAGE="http://perroquet.b219.org/index.html"
SRC_URI="http://launchpad.net/perroquet/trunk/${PV}/+download/${PN}-${PV}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

# maybe I miss some deps
DEPEND=">=dev-python/pygtk-2.14
		>=dev-lang/python-2.6
		dev-python/gst-python"
RDEPEND="${DEPEND}"

src_install() {
	emake DESTDIR=${D} install || die "install failed"
}