# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: Fixes send to ps@twin.jikos.cz $ EAPI=2 inherit eutils DESCRIPTION="GUI for Development System for Auditory Modelling" HOMEPAGE="http://www.pdn.cam.ac.uk/groups/dsam" SRC_URI="http://prdownloads.sourceforge.net/dsam/ams-1.3.0.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="sci-misc/dsam[wxwidgets]" RDEPEND="${DEPEND}" src_configure() { epatch "${FILESDIR}"/ams.patch || die ./autogen.sh econf } src_install() { emake DESTDIR="${D}" install || die "emake install failed" }