35 lines
916 B
Bash
35 lines
916 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-sound/neutrino/neutrino-0.8.4.ebuild,v 1.3 2012/07/21 14:30:22 pacho Exp $
|
|
|
|
EAPI=4
|
|
inherit gnome2
|
|
|
|
DESCRIPTION="A GNOME application to manage Creative music players using the PDE protocol"
|
|
HOMEPAGE="http://neutrino.sourceforge.net"
|
|
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
RDEPEND=">=gnome-base/libgnome-2
|
|
>=gnome-base/libgnomeui-2
|
|
>=gnome-base/libglade-2
|
|
dev-libs/libxml2
|
|
>=gnome-base/gnome-vfs-2
|
|
>=gnome-base/gconf-2
|
|
>=media-libs/libnjb-2.2
|
|
>=media-libs/id3lib-3.8.3-r6"
|
|
DEPEND="${RDEPEND}
|
|
virtual/pkgconfig
|
|
dev-util/intltool"
|
|
|
|
DOCS="AUTHORS ChangeLog README TODO"
|
|
MAKEOPTS="${MAKEOPTS} -j1"
|
|
|
|
src_prepare() {
|
|
epatch "${FILESDIR}/${PN}-0.8.4-glib-single-include.patch"
|
|
gnome2_src_prepare
|
|
}
|