new gcc snapshot
[dottout.git] / net-im / emesene / files / media-plugins / audaproc / audaproc-0.02.ebuild
blob393eef9b7c26b47c81d8a08d45175abdd996e2b0
1 # Copyright 1999-2006 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
5 inherit eutils
7 DESCRIPTION="Audacious Plugin for lcdproc"
8 HOMEPAGE="http://www.iowa.user.icpnet.pl/jacek/audaproc/"
9 SRC_URI="http://www.icpnet.pl/~iowa/jacek/releases/${P}.tar.gz"
11 LICENSE="LGPL-2"
12 SLOT="0"
13 KEYWORDS="~x86"
14 DEPENDS=">=media-sound/audacious-1.3.0
15 >=app-misc/lcdproc-0.5.0"
17 src_unpack() {
18 unpack ${A}
19 cd "${S}"
22 src_compile() {
23 emake || die "emake failed"
26 src_install() {
27 make DESTDIR=${D} install || die