summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Conrad Tilstra <michael@gentoo.org>2001-05-31 19:48:00 +0000
committerMichael Conrad Tilstra <michael@gentoo.org>2001-05-31 19:48:00 +0000
commitf5d02c5f0ecb603612fe4d56bdb70f86835dcccc (patch)
tree4dadade4e80d2222c2a26229b6a21afd1e0a3997 /app-misc/rio500
parentCorrected digest (new 3.4.2 at sourceforge as of 18 May, old digest 17 May). (diff)
downloadgentoo-2-f5d02c5f0ecb603612fe4d56bdb70f86835dcccc.tar.gz
gentoo-2-f5d02c5f0ecb603612fe4d56bdb70f86835dcccc.tar.bz2
gentoo-2-f5d02c5f0ecb603612fe4d56bdb70f86835dcccc.zip
- forgot a / mark in the configure options.
Diffstat (limited to 'app-misc/rio500')
-rw-r--r--app-misc/rio500/files/digest-rio500-0.7-r11
-rw-r--r--app-misc/rio500/rio500-0.7-r1.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/app-misc/rio500/files/digest-rio500-0.7-r1 b/app-misc/rio500/files/digest-rio500-0.7-r1
new file mode 100644
index 000000000000..cec6a778cfdd
--- /dev/null
+++ b/app-misc/rio500/files/digest-rio500-0.7-r1
@@ -0,0 +1 @@
+MD5 f624c255d6a538205a63a9bada4e5d89 rio500-0.7.tar.gz
diff --git a/app-misc/rio500/rio500-0.7-r1.ebuild b/app-misc/rio500/rio500-0.7-r1.ebuild
new file mode 100644
index 000000000000..5fc082886196
--- /dev/null
+++ b/app-misc/rio500/rio500-0.7-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org>
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7-r1.ebuild,v 1.1 2001/05/31 19:48:00 michael Exp $
+
+#P=
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="Command line tools for transfering mp3s to and from a Rio500"
+SRC_URI="http://download.sourceforge.net/rio500/${A}"
+HOMEPAGE="http://rio500.sourceforge.net"
+
+DEPEND="virtual/glibc
+ >=dev-libs/glib-1.2.9"
+
+src_compile() {
+ try ./configure --prefix=/usr --host=${CHOST} \
+ --with-fontpath=/usr/share/rio500/ --with-id3support
+# --with-usbdevfs
+ try make
+}
+
+src_install () {
+ try make prefix=${D}/usr mandir=${D}/usr/share/man \
+ datadir=${D}/usr/share/rio500 install
+
+ dodoc AUTHORS COPYING ChangeLog NEWS README TODO
+ dodoc fonts/Readme.txt
+}
+