blob: a1f787de54effe5efc86de8ada21450e52337945 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/neutrino/neutrino-0.8.3.ebuild,v 1.2 2006/02/15 23:31:42 flameeyes Exp $
IUSE=""
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="~x86"
RDEPEND="=media-libs/libnjb-2.1.2
>=media-libs/id3lib-3.8.2
>=gnome-base/gconf-2
>=gnome-base/gnome-vfs-2.0
>=gnome-base/libbonobo-2.0
>=gnome-base/libgnomecanvas-2.0
>=dev-libs/glib-2.0.0
dev-libs/popt
dev-lang/perl"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0
>=dev-util/intltool-0.30"
src_install() {
make DESTDIR=${D} install || die
dodoc AUTHORS ChangeLog NEWS README TODO
}
|