# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header:$ S="${WORKDIR}/${PN}-src-${PV}" DESCRIPTION="It's a graphical Audio Editor" SRC_URI="http://telia.dl.sourceforge.net/sourceforge/audacity/${PN}-src-${PV}.tgz" HOMEPAGE="http://audacity.sourceforge.net" LICENSE="GPL-2" DEPEND="=x11-libs/wxGTK-2.2* \ app-arch/zip" RDEPEND="${DEPEND}" # The 1.0.0 and 1.1.0 can colive SLOT="0" src_compile() { econf || die "Configure failed" emake || die "Compilation failed" } src_install () { einstall || die "Make install failed" # make DESTDIR=${D} install || die dodoc LICENSE.txt README.txt }