diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-03-13 11:36:35 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-03-13 11:36:35 +0000 |
commit | b2f0d65e4b4c2d4cd35a5659fdc813e5db183e08 (patch) | |
tree | da0cc1a42634afb78fd77dd4133e1664d9a4bb44 /media-plugins/gmpc-libnotify/gmpc-libnotify-0.18.0.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-b2f0d65e4b4c2d4cd35a5659fdc813e5db183e08.tar.gz gentoo-2-b2f0d65e4b4c2d4cd35a5659fdc813e5db183e08.tar.bz2 gentoo-2-b2f0d65e4b4c2d4cd35a5659fdc813e5db183e08.zip |
Version bump
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gmpc-libnotify/gmpc-libnotify-0.18.0.ebuild')
-rw-r--r-- | media-plugins/gmpc-libnotify/gmpc-libnotify-0.18.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/media-plugins/gmpc-libnotify/gmpc-libnotify-0.18.0.ebuild b/media-plugins/gmpc-libnotify/gmpc-libnotify-0.18.0.ebuild new file mode 100644 index 000000000000..30780be1fd17 --- /dev/null +++ b/media-plugins/gmpc-libnotify/gmpc-libnotify-0.18.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.18.0.ebuild,v 1.1 2009/03/13 11:36:35 angelos Exp $ + +DESCRIPTION="This plugin sends an announcement to the notification daemon on song change" +HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Libnotify" +SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=media-sound/gmpc-${PV} + dev-libs/libxml2 + x11-libs/libnotify" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install () { + emake DESTDIR="${D}" install || die +} |