add new compizconfig-python

git-svn-id: http://svn.sabayonlinux.org/overlay@2090 d7aec97c-591d-0410-af39-a8856400b30a
This commit is contained in:
(no author)
2008-03-10 09:47:10 +00:00
parent c8903a13a4
commit 73e698c50f
2 changed files with 22 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
DIST compizconfig-python-0.7.2.tar.bz2 258046 RMD160 f074a73fea37368cafef3bb26f04af04264c583c SHA1 570e463f808b1ef133244d9fbe1e45fb7b888c65 SHA256 c9c15b18f2fba5d3b5e830cc58175ee288afdf6f9bc0cc7353e2f07ed2e077a0
EBUILD compizconfig-python-0.7.2.ebuild 614 RMD160 d0d1853103ae5e61c5ec76d2b1ebb085a4b5cf93 SHA1 dd7bec94f48e104ea66f0b701ace8cc16c89cb49 SHA256 8bb915c0393687d7252d9a711d9832fe623ef3943d1ec5dea6b3f025a40917e2
@@ -0,0 +1,20 @@
# 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"
}