blob: 35289b48f31e889fd572f59512e82c77b6be2696 (
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
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/gnomoradio-0.13.ebuild,v 1.5 2004/11/14 18:57:11 eradicator Exp $
IUSE="oggvorbis"
DESCRIPTION="Finds, fetches, shares, and plays freely licensed music."
HOMEPAGE="http://gnomoradio.org/"
SRC_URI="http://savannah.nongnu.org/download/gnomoradio/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
DEPEND="=dev-cpp/gtkmm-2.2.11
=dev-cpp/gconfmm-2.0.2
=dev-cpp/libxmlpp-1.0*
media-sound/esound
oggvorbis? ( media-libs/libvorbis )"
src_install() {
make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README TODO
}
|