summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/sfc/sfc-0.012.ebuild')
-rw-r--r--media-sound/sfc/sfc-0.012.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/media-sound/sfc/sfc-0.012.ebuild b/media-sound/sfc/sfc-0.012.ebuild
deleted file mode 100644
index c13750fdbfb5..000000000000
--- a/media-sound/sfc/sfc-0.012.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sfc/sfc-0.012.ebuild,v 1.5 2004/06/25 00:22:03 agriffis Exp $
-
-
-DESCRIPTION="SoundFontCombi is a opensource software pseudo synthesizer."
-HOMEPAGE="http://personal.telefonica.terra.es/web/soudfontcombi/"
-SRC_URI="http://personal.telefonica.terra.es/web/soudfontcombi/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-IUSE=""
-
-DEPEND=">=x11-libs/fltk-1.1.2
- virtual/alsa"
-
-src_compile() {
- emake || die "compile failed"
-}
-
-src_install() {
- cp Makefile Makefile~
- sed -e "/^PREFIX/s:.*:PREFIX = /usr:
- /^DOC_DIR/s:.*:DOC_DIR = /usr/share/doc/${P}:" Makefile~ > Makefile
-
- dodir /usr/bin
-
- einstall DESTDIR=${D}
-
- prepalldocs
-}