/[gentoo-x86]/media-sound/guimup/guimup-0.3.2.ebuild
Gentoo

Contents of /media-sound/guimup/guimup-0.3.2.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Mon May 28 21:23:53 2012 UTC (11 months, 3 weeks ago) by jdhore
Branch: MAIN
CVS Tags: HEAD
Initial commit.

(Portage version: 2.2.0_alpha108/cvs/Linux i686)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=4
6
7 inherit eutils
8
9 MY_P=${P/-/_}
10
11 DESCRIPTION="A client for MPD with a clean, GTK interface."
12 HOMEPAGE="http://coonsden.com"
13 SRC_URI="mirror://sourceforge/musicpd/${MY_P}_src.tar.gz"
14
15 LICENSE="GPL-2"
16 SLOT="0"
17 KEYWORDS="~amd64 ~x86"
18 IUSE=""
19 DOCS="ChangeLog README NEWS AUTHORS"
20
21 RDEPEND=">=dev-cpp/gtkmm-3.2.0:3.0
22 dev-libs/libunique:3
23 >=media-libs/libmpdclient-2.3
24 >=net-libs/libsoup-2.36"
25 DEPEND="${RDEPEND}
26 virtual/pkgconfig"
27
28 src_install() {
29 default
30 rm -r "${ED}"/usr/doc/ || die
31 make_desktop_entry guimup Guimup
32 }

  ViewVC Help
Powered by ViewVC 1.1.13