You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/guimup/guimup-0.3.2.ebuild

36 lines
660 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils flag-o-matic
MY_P=${P/-/_}
DESCRIPTION="A client for MPD with a clean, GTK interface"
HOMEPAGE="http://coonsden.com"
SRC_URI="mirror://sourceforge/musicpd/${MY_P}_src.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-cpp/gtkmm-3.2.0:3.0
dev-libs/libunique:3
>=media-libs/libmpdclient-2.3
>=net-libs/libsoup-2.36
"
DEPEND="${RDEPEND}
virtual/pkgconfig
"
src_prepare() {
append-cxxflags -std=c++11
}
src_install() {
default
rm -r "${ED}"/usr/doc/ || die
make_desktop_entry guimup Guimup
}