summaryrefslogtreecommitdiff
blob: bfed4decfc8a644b413320f1eac2f7b478b69377 (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
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-laptop/powerprefs/powerprefs-0.8.0.ebuild,v 1.4 2007/04/16 13:02:33 josejx Exp $

DESCRIPTION="program to interface with pbbuttonsd (Powerbook/iBook) keys"
HOMEPAGE="http://pbbuttons.sf.net"
SRC_URI="mirror://sourceforge/pbbuttons/${P}.tar.gz"

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

DEPEND=">=x11-libs/gtk+-2.4
	>=app-laptop/pbbuttonsd-0.8.0"

src_compile() {
	econf || die "Failed to configure powerprefs"
	emake || die "Failed to compile powerprefs"
}

src_install() {
	make install DESTDIR=${D} || die "Failed to install powerprefs"
	dodoc README
}