summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/jmax/jmax-4.0.2.ebuild')
-rw-r--r--media-sound/jmax/jmax-4.0.2.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/media-sound/jmax/jmax-4.0.2.ebuild b/media-sound/jmax/jmax-4.0.2.ebuild
deleted file mode 100644
index 231853ff9e0f..000000000000
--- a/media-sound/jmax/jmax-4.0.2.ebuild
+++ /dev/null
@@ -1,49 +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/jmax/jmax-4.0.2.ebuild,v 1.5 2004/06/25 00:07:27 agriffis Exp $
-
-IUSE=""
-
-inherit eutils libtool
-
-DESCRIPTION="jMax is a visual programming environment for building interactive real-time music and multimedia applications."
-HOMEPAGE="http://freesoftware.ircam.fr/rubrique.php3?id_rubrique=2"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-RESTRICT="nomirror"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND=">=virtual/jre-1.4
- media-libs/alsa-lib"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- epatch ${FILESDIR}/${P}-work_with_recent_alsa-lib.patch
- elibtoolize
-}
-
-src_compile() {
- econf
-
- # -j2 fails. See bug #47978
- emake -j1
-}
-
-src_install () {
- einstall || die "install failed"
-
- dodoc AUTHORS ChangeLog JMAX-VERSION LICENCE.fr LICENSE LISEZMOI README
-}
-
-
-
-pkg_postinst() {
- echo
- einfo "To get started, have a look at the tutorials"
- einfo "in /usr/share/jmax/tutorials/basics"
- echo
-}