summaryrefslogtreecommitdiff
blob: 191eb5d6e8f1d251e27f7a54955aaf7029cd645d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/psindustrializer/psindustrializer-0.2.2.ebuild,v 1.1 2003/05/25 08:27:13 jje Exp $

DESCRIPTION="Percussion Sample Generator (Discrete Mass Physical Modelling"
HOMEPAGE="http://uts.cc.utexas.edu/~foxx/industrializer/index.html"
SRC_URI="http://uts.cc.utexas.edu/~foxx/industrializer/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"

IUSE=""

DEPEND="=x11-libs/gtk+-1.2.10* \
	gnome-base/gnome-libs \
	=x11-libs/gtkglarea-1.2.3* \
	media-sound/esound"

src_compile() {
	econf || die
	emake || die
}

src_install() {
	make DESTDIR=${D} install || die
	dodoc README COPYING INSTALL AUTHORS ABOUT-NLS NEWS TODO ChangeLog
}