# Copyright 1999-2004 Gentoo Foundation # 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.8 2004/12/19 06:14:54 eradicator Exp $ IUSE="" 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="amd64 ~ppc sparc x86" DEPEND="=x11-libs/gtk+-1.2.10* gnome-base/gnome-libs =x11-libs/gtkglarea-1.2.3* media-sound/esound" src_install() { make DESTDIR="${D}" install || die dodoc README AUTHORS ABOUT-NLS NEWS TODO ChangeLog }