# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandymac Exp inherit gnome2 DESCRIPTION="Power Station Industrializer is a program for generating percussion sounds for musical purposes. Try using the sounds in your favorite tracker, or the upcoming Beast / BSE tracker and modular synthesizer. " DEPEND=">=gnome-base/gnome-2.0" HOMEPAGE="http://www.cs.utexas.edu/users/foxx/industrializer/index.html" LICENSE="GPL" SRC_URI="http://www.cs.utexas.edu/users/foxx/industrializer/${P}.tgz" S=${WORKDIR}/${P} src_install() { make DESTDIR=${D} install || die }