diff options
author | Hanno Boeck <hanno@gentoo.org> | 2002-11-11 18:43:45 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2002-11-11 18:43:45 +0000 |
commit | 84c7f5f7c0dd9ed93e811c02d398f51d5ead1a5f (patch) | |
tree | cbe031eaf4b918ef50fec6850309e1717de2849e /media-sound | |
parent | bumped revision (fixed parsing of make.conf) (diff) | |
download | historical-84c7f5f7c0dd9ed93e811c02d398f51d5ead1a5f.tar.gz historical-84c7f5f7c0dd9ed93e811c02d398f51d5ead1a5f.tar.bz2 historical-84c7f5f7c0dd9ed93e811c02d398f51d5ead1a5f.zip |
added sidplay
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/sidplay/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/sidplay/files/digest-sidplay-2.0.8.20021111 | 1 | ||||
-rw-r--r-- | media-sound/sidplay/sidplay-2.0.8.20021111.ebuild | 28 |
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 +} |