| 1 |
# Copyright 1999-2011 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4.ebuild,v 1.3 2011/02/26 22:53:25 signals Exp $ |
| 4 |
|
| 5 |
EAPI="2" |
| 6 |
|
| 7 |
DESCRIPTION="Compiz Fusion Window Decorator Unsupported Plugins" |
| 8 |
HOMEPAGE="http://www.compiz.org/" |
| 9 |
SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2" |
| 10 |
|
| 11 |
LICENSE="GPL-2" |
| 12 |
SLOT="0" |
| 13 |
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" |
| 14 |
IUSE="" |
| 15 |
|
| 16 |
RDEPEND=" |
| 17 |
>=gnome-base/librsvg-2.14.0 |
| 18 |
virtual/jpeg |
| 19 |
~x11-libs/compiz-bcop-${PV} |
| 20 |
~x11-plugins/compiz-plugins-main-${PV} |
| 21 |
~x11-wm/compiz-${PV} |
| 22 |
" |
| 23 |
|
| 24 |
DEPEND="${RDEPEND} |
| 25 |
>=dev-util/intltool-0.35 |
| 26 |
>=dev-util/pkgconfig-0.19 |
| 27 |
>=sys-devel/gettext-0.15 |
| 28 |
x11-libs/cairo |
| 29 |
" |
| 30 |
|
| 31 |
RESTRICT="mirror" |
| 32 |
|
| 33 |
src_install() { |
| 34 |
emake DESTDIR="${D}" install || die "emake install failed" |
| 35 |
} |