]> Pileus Git - ~andy/sunrise/blob - x11-misc/obtuner/obtuner-0.3.ebuild
1e26e4e6befe9391507ad216495bea5ddd780299
[~andy/sunrise] / x11-misc / obtuner / obtuner-0.3.ebuild
1 # Copyright 1999-2007 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="GTK+ utility for configuring Openbox"
6 HOMEPAGE="http://obtuner.sourceforge.net/"
7 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="~amd64 ~x86"
12 IUSE=""
13
14 RDEPEND="dev-libs/libxml2
15         >=x11-libs/gtk+-2
16         >=x11-wm/openbox-3"
17 DEPEND="${RDEPEND}
18         dev-util/pkgconfig"
19
20 src_install() {
21         emake DESTDIR="${D}" install || die "emake install failed"
22         dodoc AUTHORS ChangeLog README
23 }