Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
media-plugins/audaproc-0.02.ebuild
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Mon Oct 08, 2007 8:17 pm    Post subject: media-plugins/audaproc-0.02.ebuild Reply with quote

ok, audaproc-0.02 is out, and for who knows it, it includes some nice new features (eg song status). here's my ebuild
media-plugins/audaproc-0.02.ebuild
Code:

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

DESCRIPTION="Audacious Plugin for lcdproc"
HOMEPAGE="http://www.iowa.user.icpnet.pl/jacek/audaproc/"
SRC_URI="http://www.icpnet.pl/~iowa/jacek/releases/${P}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~x86"
DEPENDS=">=media-sound/audacious-1.3.0
         >=app-misc/lcdproc-0.5.0"

src_unpack() {
  unpack ${A}
  cd "${S}"
}

src_compile() {
        emake || die "emake failed"
}

src_install() {
        make DESTDIR=${D} install || die
}
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum