summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2002-11-11 18:43:45 +0000
committerHanno Böck <hanno@gentoo.org>2002-11-11 18:43:45 +0000
commit910c5dac8db68c4aed500b042f7b7e537115b612 (patch)
tree67fe8eb13bb52d5cc7d3d70427fc991bf0025361 /media-sound/sidplay
parentbumped revision (fixed parsing of make.conf) (diff)
downloadgentoo-2-910c5dac8db68c4aed500b042f7b7e537115b612.tar.gz
gentoo-2-910c5dac8db68c4aed500b042f7b7e537115b612.tar.bz2
gentoo-2-910c5dac8db68c4aed500b042f7b7e537115b612.zip
added sidplay
Diffstat (limited to 'media-sound/sidplay')
-rw-r--r--media-sound/sidplay/ChangeLog9
-rw-r--r--media-sound/sidplay/files/digest-sidplay-2.0.8.200211111
-rw-r--r--media-sound/sidplay/sidplay-2.0.8.20021111.ebuild28
3 files changed, 38 insertions, 0 deletions
diff --git a/media-sound/sidplay/ChangeLog b/media-sound/sidplay/ChangeLog
new file mode 100644
index 000000000000..4bff6f5f7966
--- /dev/null
+++ b/media-sound/sidplay/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for media-sound/sidplay
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplay/ChangeLog,v 1.1 2002/11/11 18:43:45 hanno Exp $
+
+*sidplay-2.0.8.20021111 (11 Nov 2002)
+
+ 11 Nov 2002; Hanno Boeck <hanno@gentoo.org> sidplay-2.0.8.20021111.ebuild :
+ Added CVS-version of sidplay.
+ Current release-version is unuseable, it doesn't compile in GCC 3.x.
diff --git a/media-sound/sidplay/files/digest-sidplay-2.0.8.20021111 b/media-sound/sidplay/files/digest-sidplay-2.0.8.20021111
new file mode 100644
index 000000000000..ef00976ec192
--- /dev/null
+++ b/media-sound/sidplay/files/digest-sidplay-2.0.8.20021111
@@ -0,0 +1 @@
+MD5 d620ff0e6da18cac933a811843104d77 sidplay-2.0.8.20021111.tar.bz2 195667
diff --git a/media-sound/sidplay/sidplay-2.0.8.20021111.ebuild b/media-sound/sidplay/sidplay-2.0.8.20021111.ebuild
new file mode 100644
index 000000000000..b3db8d88e89d
--- /dev/null
+++ b/media-sound/sidplay/sidplay-2.0.8.20021111.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplay/sidplay-2.0.8.20021111.ebuild,v 1.1 2002/11/11 18:43:45 hanno Exp $
+
+S=${WORKDIR}/${PN}
+DESCRIPTION="C64 SID player"
+HOMEPAGE="http://sidplay2.sourceforge.net/"
+SRC_URI="http://www-ti.informatik.uni-tuebingen.de/~bwurst/${P}.tar.bz2"
+IUSE=""
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND="virtual/glibc
+ >=media-sound/libsidutils-1.0.2
+ >=media-libs/libsidplay-2.0.8
+ >=media-libs/resid-0.13-r1
+ >=media-libs/resid-builder-1.6"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS INSTALL
+}