blob: 811b9d564773b5e7c24b1f34dbf5f2b986305d7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.6.0.ebuild,v 1.4 2007/10/24 18:42:47 hanno Exp $
DESCRIPTION="libcompizconfig gconf backend"
HOMEPAGE="http://compiz-fusion.org"
SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE=""
DEPEND=">=x11-wm/compiz-0.6.0
>=x11-libs/libcompizconfig-0.6.0
>=gnome-base/gconf-2.0"
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
}
|