media-video/perroquet/perroquet-1.0.0.ebuild
changeset 78 4c82b9fa4d4b
parent 77 f278e8e12211
parent 74 bd3a44d4acbc
child 79 6c70b3c0f42c
--- a/media-video/perroquet/perroquet-1.0.0.ebuild	Wed Apr 03 11:27:37 2013 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,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"
-}