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
commit16181daa5f7cb02f995dc90e1403f977b1164401 (patch)
tree663b3c730fd20f2216b4d8a81003c8a0cc58e77b /media-plugins/xmms-fmradio/xmms-fmradio-1.5.ebuild
parentadded other arches for testing (diff)
downloadhistorical-16181daa5f7cb02f995dc90e1403f977b1164401.tar.gz
historical-16181daa5f7cb02f995dc90e1403f977b1164401.tar.bz2
historical-16181daa5f7cb02f995dc90e1403f977b1164401.zip
radio tuner plugin for XMMS
Diffstat (limited to 'media-plugins/xmms-fmradio/xmms-fmradio-1.5.ebuild')
-rw-r--r--media-plugins/xmms-fmradio/xmms-fmradio-1.5.ebuild26
1 files changed, 26 insertions, 0 deletions
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
+}