summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/gmorgan/gmorgan-0.16.ebuild')
-rw-r--r--media-sound/gmorgan/gmorgan-0.16.ebuild15
1 files changed, 4 insertions, 11 deletions
diff --git a/media-sound/gmorgan/gmorgan-0.16.ebuild b/media-sound/gmorgan/gmorgan-0.16.ebuild
index 4c43f6c2c06d..52c238970665 100644
--- a/media-sound/gmorgan/gmorgan-0.16.ebuild
+++ b/media-sound/gmorgan/gmorgan-0.16.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gmorgan/gmorgan-0.16.ebuild,v 1.1 2003/09/20 12:13:52 jje Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gmorgan/gmorgan-0.16.ebuild,v 1.1.1.1 2005/11/30 09:38:10 chriswhite Exp $
DESCRIPTION="gmorgan is an opensource software rhythm station."
HOMEPAGE="http://personal.telefonica.terra.es/web/soudfontcombi/"
@@ -8,24 +8,17 @@ SRC_URI="http://personal.telefonica.terra.es/web/soudfontcombi/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND=">=x11-libs/fltk-1.1.2
virtual/alsa"
-S="${WORKDIR}/${P}"
-
-src_compile() {
- ./configure --prefix=/usr || die "./configure failed"
- emake || die "compile failed"
-}
-
src_install() {
make \ prefix=${D}/usr \
install || die
- dodoc AUTHORS COPYING INSTALL NEWS README
+ dodoc AUTHORS NEWS README
}