summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-02-12 13:00:06 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-02-12 13:00:06 +0000
commitfd02ab1df88b75cc74c9652935728fe3f8d0b899 (patch)
tree0da3bd91aa293756fc76928fb42facad1dabaf6c /media-plugins
parentadded other arches for testing (diff)
downloadgentoo-2-fd02ab1df88b75cc74c9652935728fe3f8d0b899.tar.gz
gentoo-2-fd02ab1df88b75cc74c9652935728fe3f8d0b899.tar.bz2
gentoo-2-fd02ab1df88b75cc74c9652935728fe3f8d0b899.zip
radio tuner plugin for XMMS
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/xmms-fmradio/ChangeLog11
-rw-r--r--media-plugins/xmms-fmradio/files/digest-xmms-fmradio-1.51
-rw-r--r--media-plugins/xmms-fmradio/xmms-fmradio-1.5.ebuild26
3 files changed, 38 insertions, 0 deletions
diff --git a/media-plugins/xmms-fmradio/ChangeLog b/media-plugins/xmms-fmradio/ChangeLog
new file mode 100644
index 000000000000..8be8a15e185a
--- /dev/null
+++ b/media-plugins/xmms-fmradio/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for media-plugins/xmms-fmradio
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-fmradio/ChangeLog,v 1.1 2003/02/12 13:00:06 seemant Exp $
+
+*xmms-fmradio-1.5 (12 Feb 2003)
+
+ 12 Feb 2003; Seemant Kulleen <seemant@gentoo.org> ChangeLog
+ xmms-fmradio-1.5.ebuild files/digest-xmms-fmradio-1.5 :
+
+ Plugin for XMMS to play radio by interfacing with a radio card. Ebuild
+ sumitted by: Till Maas <kunstwort@gmx.net> in bug #14485.
diff --git a/media-plugins/xmms-fmradio/files/digest-xmms-fmradio-1.5 b/media-plugins/xmms-fmradio/files/digest-xmms-fmradio-1.5
new file mode 100644
index 000000000000..1439d0904cbd
--- /dev/null
+++ b/media-plugins/xmms-fmradio/files/digest-xmms-fmradio-1.5
@@ -0,0 +1 @@
+MD5 5a5cc64ca149ee03ff039d200c723b18 xmms-FMRadio-1.5.tgz 10462
diff --git a/media-plugins/xmms-fmradio/xmms-fmradio-1.5.ebuild b/media-plugins/xmms-fmradio/xmms-fmradio-1.5.ebuild
new file mode 100644
index 000000000000..299bd7676fa4
--- /dev/null
+++ b/media-plugins/xmms-fmradio/xmms-fmradio-1.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-fmradio/xmms-fmradio-1.5.ebuild,v 1.1 2003/02/12 13:00:06 seemant Exp $
+
+IUSE=""
+
+MY_P=${P/fmr/FMR}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="XMMS-FMRadio is a radio tuner Plugin for XMMS"
+HOMEPAGE="http://silicone.free.fr/xmms-FMRadio/"
+SRC_URI="http://silicone.free.fr/xmms-FMRadio/${MY_P}.tgz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+RDEPEND="media-sound/xmms"
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ make PREFIX=${D}/usr install || die
+ dodoc INSTALL README
+}