summaryrefslogtreecommitdiff
blob: afef91611877906834da4cd64274cd15d896a947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/compiz-settings/compiz-settings-0.06.ebuild,v 1.2 2006/12/28 15:31:09 peper Exp $

DESCRIPTION="Configuration tool for compiz window manager"
HOMEPAGE="http://forum.go-compiz.org/viewtopic.php?t=153"
SRC_URI="http://compiz.biz/compiz-settings/${PN}_${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=x11-wm/compiz-0.3.4"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${PN/-/}-trunk

src_compile() {
	econf || die
	emake || die
}

src_install() {
	emake DESTDIR=${D} install || die "install failed"
}