diff options
author | John J. Ellis <jje@gentoo.org> | 2003-07-19 01:56:30 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-07-19 01:56:30 +0000 |
commit | 7068c5b677cc6da5b8f460b93f79a799444fe22f (patch) | |
tree | b30ecc3ebe5dd879f1db2027f6fc454c8a95dca1 /app-misc/rio | |
parent | New package. Closes #9451. (diff) | |
download | historical-7068c5b677cc6da5b8f460b93f79a799444fe22f.tar.gz historical-7068c5b677cc6da5b8f460b93f79a799444fe22f.tar.bz2 historical-7068c5b677cc6da5b8f460b93f79a799444fe22f.zip |
New package. Closes #9451.
Diffstat (limited to 'app-misc/rio')
-rw-r--r-- | app-misc/rio/Manifest | 3 | ||||
-rw-r--r-- | app-misc/rio/files/digest-rio-1.0.7 | 1 | ||||
-rw-r--r-- | app-misc/rio/rio-1.0.7.ebuild | 34 |
3 files changed, 37 insertions, 1 deletions
diff --git a/app-misc/rio/Manifest b/app-misc/rio/Manifest index 28140ca669b4..061efb860cff 100644 --- a/app-misc/rio/Manifest +++ b/app-misc/rio/Manifest @@ -1,2 +1,3 @@ -MD5 294d432d774bcb0a84aadb2c8d65f83f rio-1.0.7.ebuild 642 +MD5 4073619f1b0fe7d89303e1b1f22731c5 rio-1.0.7.ebuild 643 +MD5 78a783bb75b04a282147eeb5d7493afd ChangeLog 356 MD5 57d3999d889f638c313d32013ed95bdc files/digest-rio-1.0.7 54 diff --git a/app-misc/rio/files/digest-rio-1.0.7 b/app-misc/rio/files/digest-rio-1.0.7 new file mode 100644 index 000000000000..f9ed3265caef --- /dev/null +++ b/app-misc/rio/files/digest-rio-1.0.7 @@ -0,0 +1 @@ +MD5 81be1f37f98a23a013d02495b8b23ca9 rio007.tgz 28953 diff --git a/app-misc/rio/rio-1.0.7.ebuild b/app-misc/rio/rio-1.0.7.ebuild new file mode 100644 index 000000000000..1cf237a965f1 --- /dev/null +++ b/app-misc/rio/rio-1.0.7.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: + +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" + +SLOT="0" +KEYWORDS="~x86" +LICENSE="GPL-2" + +DEPEND="virtual/glibc" +RDEPEND="" + +UNPACKDIR=rio107 + +S=${WORKDIR}/${UNPACKDIR} + +src_compile() { + emake || die +} + +src_install() { + into /usr + dobin rio + 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 +} |