games-board/freedoko: Drop old
[gentoo.git] / app-laptop / powerprefs / powerprefs-0.8.0.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=2
5
6 DESCRIPTION="program to interface with pbbuttonsd (Powerbook/iBook) keys"
7 HOMEPAGE="http://pbbuttons.sf.net"
8 SRC_URI="mirror://sourceforge/pbbuttons/${P}.tar.gz"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~amd64 ppc ~x86"
13 IUSE=""
14
15 DEPEND=">=x11-libs/gtk+-2.4:2
16         >=app-laptop/pbbuttonsd-0.8.0"
17
18 src_install() {
19         make DESTDIR="${D}" install || die
20         dodoc README
21 }