media-video/perroquet/perroquet-1.0.0.ebuild
changeset 78 4c82b9fa4d4b
parent 77 f278e8e12211
parent 74 bd3a44d4acbc
child 79 6c70b3c0f42c
equal deleted inserted replaced
77:f278e8e12211 78:4c82b9fa4d4b
     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 }