# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="SoundTouch is an open-source audio processing library" HOMEPAGE="http://sky.prohosting.com/oparviai/soundtouch/index.html" SRC_URI="http://sky.prohosting.com/oparviai/${PN}/${PN}_v${PV}.zip" LICENSE="LGPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" S=${WORKDIR}/SoundTouch-${PV} src_compile() { econf || die emake || die "emake failed" } src_install() { einstall || die }