5f96a95f53
git-svn-id: http://svn.sabayonlinux.org/overlay@2263 d7aec97c-591d-0410-af39-a8856400b30a
21 lines
614 B
Bash
21 lines
614 B
Bash
# Copyright 1999-2007 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.6.0.1.ebuild,v 1.6 2007/11/14 13:50:21 hanno Exp $
|
|
|
|
DESCRIPTION="libcompizconfig python bindings"
|
|
HOMEPAGE="http://compiz-fusion.org"
|
|
SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~ppc ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND=">=x11-libs/libcompizconfig-${PV}
|
|
>=dev-libs/glib-2.6
|
|
dev-python/pyrex"
|
|
|
|
src_install() {
|
|
emake DESTDIR="${D}" install || die "make install failed"
|
|
}
|