diff options
author | 2007-06-19 12:39:55 +0000 | |
---|---|---|
committer | 2007-06-19 12:39:55 +0000 | |
commit | 50ab895fdf11bcd7b3b183b697e14e1fa47c62ed (patch) | |
tree | e29d638c5c264cc9d3bf7a867ec0d6610a8da192 /media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.0.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-50ab895fdf11bcd7b3b183b697e14e1fa47c62ed.tar.gz gentoo-2-50ab895fdf11bcd7b3b183b697e14e1fa47c62ed.tar.bz2 gentoo-2-50ab895fdf11bcd7b3b183b697e14e1fa47c62ed.zip |
Version bump.
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.0.ebuild')
-rw-r--r-- | media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.0.ebuild b/media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.0.ebuild new file mode 100644 index 000000000000..a0c4efd4bf09 --- /dev/null +++ b/media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.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-autoplaylist/gmpc-autoplaylist-0.15.0.ebuild,v 1.1 2007/06/19 12:39:55 ticho Exp $ + +DESCRIPTION="The plugin allows you to generate a playlist based on a set of rules" +HOMEPAGE="http://sarine.nl/gmpc-plugins-autoplaylist" +SRC_URI="http://download.sarine.nl/gmpc-${PV}/plugins/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=media-sound/gmpc-${PV} + dev-libs/libxml2" + +src_compile () +{ + econf || die + emake || die +} + +src_install () +{ + make DESTDIR="${D}" install || die +} |