fixed emesene
[dottout.git] / media-plugins / audaproc / audaproc-0.01.ebuild
blob9428304cc02c0ac15519c4c157eb0ffde75dc627
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"
15 src_unpack() {
16 unpack ${A}
17 cd "${S}"
20 src_compile() {
21 emake || die "emake failed"
24 src_install() {
25 make DESTDIR=${D} install || die