summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2002-11-11 18:27:40 +0000
committerHanno Böck <hanno@gentoo.org>2002-11-11 18:27:40 +0000
commitdf33e520f7e7a760ba20e2c67fe0bc58c9a52532 (patch)
treee46ac1f326088495b46aaf0d4e8c51e84d4c1808 /media-libs/libsidplay/libsidplay-2.1.0.20021111.ebuild
parentinitial ebuild (diff)
downloadgentoo-2-df33e520f7e7a760ba20e2c67fe0bc58c9a52532.tar.gz
gentoo-2-df33e520f7e7a760ba20e2c67fe0bc58c9a52532.tar.bz2
gentoo-2-df33e520f7e7a760ba20e2c67fe0bc58c9a52532.zip
new version of libsidplay
Diffstat (limited to 'media-libs/libsidplay/libsidplay-2.1.0.20021111.ebuild')
-rw-r--r--media-libs/libsidplay/libsidplay-2.1.0.20021111.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/media-libs/libsidplay/libsidplay-2.1.0.20021111.ebuild b/media-libs/libsidplay/libsidplay-2.1.0.20021111.ebuild
new file mode 100644
index 000000000000..89bfcb403229
--- /dev/null
+++ b/media-libs/libsidplay/libsidplay-2.1.0.20021111.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsidplay/libsidplay-2.1.0.20021111.ebuild,v 1.1 2002/11/11 18:27:40 hanno Exp $
+
+S=${WORKDIR}/${PN}
+DESCRIPTION="C64 SID player library"
+HOMEPAGE="http://sidplay2.sourceforge.net/"
+SRC_URI="http://www-ti.informatik.uni-tuebingen.de/~bwurst/${P}.tar.bz2"
+IUSE=""
+SLOT="2"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS INSTALL
+}