compiz fusion 0.5.2
git-svn-id: http://svn.sabayonlinux.org/overlay@1513 d7aec97c-591d-0410-af39-a8856400b30a
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
DIST compizconfig-python-0.5.2.tar.bz2 254604 RMD160 16d2c06b97d76a984a609e5288d3c75574ada549 SHA1 3f1da3f3d01d32b9c975571929e5f112ba1e2b68 SHA256 8bd8ffde02f2d0d3bc5ed754beaa5f94c69fc43ecdfefc1fba3ec0298c943e1c
|
||||
EBUILD compizconfig-python-0.5.2.ebuild 904 RMD160 6a03e1962900aedcdb59e1dce4b4ffdd33a2414b SHA1 60d1843b359a66522e04ae1e17671441745da0c7 SHA256 5c6c00bfc625f94d0200d29f6fe305f037f8623583a1617f8f07177e63457ac8
|
||||
MD5 a6c120f5fce1ddeb0ddc7f512c67d384 compizconfig-python-0.5.2.ebuild 904
|
||||
RMD160 6a03e1962900aedcdb59e1dce4b4ffdd33a2414b compizconfig-python-0.5.2.ebuild 904
|
||||
SHA256 5c6c00bfc625f94d0200d29f6fe305f037f8623583a1617f8f07177e63457ac8 compizconfig-python-0.5.2.ebuild 904
|
||||
MD5 fb6113e4e7daf336a95d31d93b080ecc files/digest-compizconfig-python-0.5.2 202
|
||||
RMD160 34e82002c16f3958c224eff42fdf769aa881fcbe files/digest-compizconfig-python-0.5.2 202
|
||||
SHA256 2d5156253faa3040247090f14e2926d45fd04d741b560c3b9fb94fc7524dcaa4 files/digest-compizconfig-python-0.5.2 202
|
||||
@@ -0,0 +1,39 @@
|
||||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Compizconfig Python Bindings"
|
||||
HOMEPAGE="http://opencompositing.org"
|
||||
SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
RESTRICT="mirror"
|
||||
|
||||
DEPEND="~x11-libs/libcompizconfig-${PV}
|
||||
>=dev-libs/glib-2.6
|
||||
|| ( >=dev-lang/python-2.4 >=dev-lang/python-2.5 )
|
||||
dev-python/pyrex"
|
||||
|
||||
S="${WORKDIR}/${P}"
|
||||
|
||||
src_compile() {
|
||||
eautoreconf || die "eautoreconf failed"
|
||||
|
||||
econf || die "econf failed"
|
||||
emake || die "make failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make DESTDIR="${D}" install || die "make install failed"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
ewarn "DO NOT report bugs to Gentoo's bugzilla"
|
||||
einfo "Please report all bugs at http://forums.gentoo-xeffects.org/"
|
||||
einfo "Thank you on behalf of the Gentoo Xeffects team"
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
RMD160 16d2c06b97d76a984a609e5288d3c75574ada549 compizconfig-python-0.5.2.tar.bz2 254604
|
||||
SHA256 8bd8ffde02f2d0d3bc5ed754beaa5f94c69fc43ecdfefc1fba3ec0298c943e1c compizconfig-python-0.5.2.tar.bz2 254604
|
||||
Reference in New Issue
Block a user