media-video/perroquet/perroquet-1.0.0.ebuild
changeset 63 df77a44f36e4
parent 62 0c33c896c5c4
child 64 74224b98ff0d
equal deleted inserted replaced
62:0c33c896c5c4 63:df77a44f36e4
     1 # Copyright 1999-2010 Gentoo Foundation
       
     2 # Distributed under the terms of the GNU General Public License v2
       
     3 # $Header: $
       
     4 
       
     5 DESCRIPTION=""
       
     6 HOMEPAGE="http://perroquet.b219.org/index.html"
       
     7 SRC_URI="http://launchpad.net/perroquet/trunk/${PV}/+download/${PN}-${PV}.tar.gz"
       
     8 
       
     9 LICENSE="GPL-3"
       
    10 SLOT="0"
       
    11 KEYWORDS="~amd64 ~x86"
       
    12 IUSE=""
       
    13 
       
    14 # maybe I miss some deps
       
    15 DEPEND=">=dev-python/pygtk-2.14
       
    16 		>=dev-lang/python-2.6
       
    17 		dev-python/gst-python"
       
    18 RDEPEND="${DEPEND}"
       
    19 
       
    20 src_install() {
       
    21 	emake DESTDIR=${D} install || die "install failed"
       
    22 }