summaryrefslogtreecommitdiff
blob: 804cb42f974653c320431d36f15bb8744799a9c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.2.ebuild,v 1.1 2006/10/30 00:48:29 vericgar Exp $

DESCRIPTION="Dockable applet for WindowMaker that controls Audacious."
SRC_URI="http://downloads.alteredeclipse.org/${P}.tar.bz2"
HOMEPAGE="http://software.alteredeclipse.org/"

DEPEND="=x11-libs/gtk+-2*
	media-sound/audacious"

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

src_compile() {
	emake || die
}

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