summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/rio/rio-1.0.7.ebuild')
-rw-r--r--app-misc/rio/rio-1.0.7.ebuild17
1 files changed, 6 insertions, 11 deletions
diff --git a/app-misc/rio/rio-1.0.7.ebuild b/app-misc/rio/rio-1.0.7.ebuild
index d49f9db51720..0a8e1613e7ff 100644
--- a/app-misc/rio/rio-1.0.7.ebuild
+++ b/app-misc/rio/rio-1.0.7.ebuild
@@ -1,21 +1,19 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rio/rio-1.0.7.ebuild,v 1.7 2004/06/24 22:30:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rio/rio-1.0.7.ebuild,v 1.8 2004/06/28 04:10:11 vapier Exp $
DESCRIPTION="Utility for the Diamond Rio 300 portable MP3 player"
-SRC_URI="http://www.world.co.uk/sba/${PN}007.tgz"
HOMEPAGE="http://www.world.co.uk/sba/rio.html"
+SRC_URI="http://www.world.co.uk/sba/${PN}007.tgz"
-SLOT="0"
KEYWORDS="x86"
-IUSE=""
+SLOT="0"
LICENSE="GPL-2"
+IUSE=""
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
RDEPEND=""
-UNPACKDIR=rio107
-
S=${WORKDIR}/${UNPACKDIR}
src_compile() {
@@ -23,13 +21,10 @@ src_compile() {
}
src_install() {
- into /usr
- dobin rio
+ dobin rio || die
dodoc CREDITS README gpl.txt playlist.txt rio.txt
}
pkg_postinst() {
- einfo
einfo "Warning! The /usr/bin/rio binary is installed SUID/GUID root."
- einfo
}