diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-14 18:57:11 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-14 18:57:11 +0000 |
commit | e71a4a3af3cd2af1c83d4b0b3137c39cc342a333 (patch) | |
tree | b0b16f27abc25f8ce2def2ca43c4837cf777799f /media-sound/gnomoradio/gnomoradio-0.15.1.ebuild | |
parent | ~ppc (diff) | |
download | historical-e71a4a3af3cd2af1c83d4b0b3137c39cc342a333.tar.gz historical-e71a4a3af3cd2af1c83d4b0b3137c39cc342a333.tar.bz2 historical-e71a4a3af3cd2af1c83d4b0b3137c39cc342a333.zip |
Version bump closes bug #61726.
Diffstat (limited to 'media-sound/gnomoradio/gnomoradio-0.15.1.ebuild')
-rw-r--r-- | media-sound/gnomoradio/gnomoradio-0.15.1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild b/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild new file mode 100644 index 000000000000..f8845690f720 --- /dev/null +++ b/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild @@ -0,0 +1,29 @@ +# 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.15.1.ebuild,v 1.1 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" +# not linking for me on amd64 - eradicator +# ~ppc - needs gconfmm keyworded +KEYWORDS="-amd64 ~x86" + +DEPEND=">=dev-cpp/gtkmm-2.4 + >=dev-cpp/glibmm-2.4 + >=dev-cpp/gconfmm-2.6 + >=dev-cpp/libxmlpp-2.6 + >=dev-libs/libsigc++-2.0 + media-libs/libao + oggvorbis? ( media-libs/libvorbis )" + +src_install() { + make DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README TODO +} |