summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2007-04-15 15:21:52 +0000
committerAndrej Kacian <ticho@gentoo.org>2007-04-15 15:21:52 +0000
commit2634a5fc13e05b3c5582f4951f15c4391a43493f (patch)
tree098ea260ed53dcf883873524347a32c83592d10d /media-plugins/gmpc-serverstats/gmpc-serverstats-0.14.0.ebuild
parentVersion bump (thx to Flameeyes for reporting on irc) (diff)
downloadgentoo-2-2634a5fc13e05b3c5582f4951f15c4391a43493f.tar.gz
gentoo-2-2634a5fc13e05b3c5582f4951f15c4391a43493f.tar.bz2
gentoo-2-2634a5fc13e05b3c5582f4951f15c4391a43493f.zip
Initial commit. Bug #173241, by fabien Zouaoui <fabien at zouaoui.org>.
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-plugins/gmpc-serverstats/gmpc-serverstats-0.14.0.ebuild')
-rw-r--r--media-plugins/gmpc-serverstats/gmpc-serverstats-0.14.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/media-plugins/gmpc-serverstats/gmpc-serverstats-0.14.0.ebuild b/media-plugins/gmpc-serverstats/gmpc-serverstats-0.14.0.ebuild
new file mode 100644
index 000000000000..7421b98ace5e
--- /dev/null
+++ b/media-plugins/gmpc-serverstats/gmpc-serverstats-0.14.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-serverstats/gmpc-serverstats-0.14.0.ebuild,v 1.1 2007/04/15 15:21:52 ticho Exp $
+
+GMPCV="0.14.0"
+DESCRIPTION="This plugin shows more detailed information about mpd's database."
+HOMEPAGE="http://sarine.nl/gmpc-plugins-serverstats"
+SRC_URI="http://download.sarine.nl/gmpc-${GMPCV}/plugins/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=media-sound/gmpc-${GMPCV}"
+
+src_compile ()
+{
+ econf || die
+ emake || die
+}
+
+src_install ()
+{
+ make DESTDIR="${D}" install || die
+}