blob: 254ac2d87615cb0a611f134d9325bf7052624142 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/gnomoradio-0.11.2.ebuild,v 1.2 2004/05/06 16:28:54 eradicator Exp $
DESCRIPTION="Finds, fetches, shares, and plays freely licensed music."
HOMEPAGE="http://gnomoradio.org/"
SRC_URI="http://gnomoradio.org/pub/devel/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE="oggvorbis"
DEPEND="virtual/glibc
>=dev-cpp/gtkmm-2.0
>=dev-cpp/gconfmm-2.0
>=dev-cpp/libxmlpp-1.0
media-sound/esound
oggvorbis? ( media-libs/libvorbis )"
src_install() {
einstall || die "einstall failed"
}
|