summaryrefslogtreecommitdiff
blob: 986ab84fc23d62342e8394984e2cf5416ced622c (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
27
28
29
30
31
32
33
34
35
36
37
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v 1.4 2008/01/15 17:58:26 opfer Exp $

inherit eutils toolchain-funcs

DESCRIPTION="Dockable applet for WindowMaker that controls Audacious."
HOMEPAGE="http://www.netswarm.net"
SRC_URI="http://www.netswarm.net/misc/${P}.tar.gz"

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

RDEPEND="dev-libs/dbus-glib
	x11-libs/libX11
	>=x11-libs/gtk+-2
	>=media-sound/audacious-1.4"
DEPEND="${RDEPEND}
	x11-proto/xproto
	dev-util/pkgconfig"

pkg_setup() {
	built_with_use media-sound/audacious dbus || \
		die "needs media-sound/audacious with USE dbus."
}

src_compile() {
	tc-export CC
	emake || die "emake failed."
}

src_install () {
	emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed."
	dodoc AUTHORS README
}