diff options
Diffstat (limited to 'media-sound/audacity/audacity-1.1.1.ebuild')
-rw-r--r-- | media-sound/audacity/audacity-1.1.1.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/media-sound/audacity/audacity-1.1.1.ebuild b/media-sound/audacity/audacity-1.1.1.ebuild deleted file mode 100644 index c4c965610bed..000000000000 --- a/media-sound/audacity/audacity-1.1.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.1.1.ebuild,v 1.3 2003/02/14 08:50:02 vapier Exp $ - -inherit eutils - -DESCRIPTION="A free, crossplatform audio editor." -HOMEPAGE="http://audacity.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.tgz" - -LICENSE="GPL-2" -IUSE="oggvorbis" -SLOT="0" -KEYWORDS="x86" - -DEPEND=">=x11-libs/wxGTK-2.4.0 - oggvorbis? ( media-libs/libvorbis ) - app-arch/zip - media-sound/mad - media-libs/id3lib" - -S="${WORKDIR}/${PN}-src-${PV}" - -src_unpack() { - unpack ${PN}-src-${PV}.tgz - cd ${S} - epatch ${FILESDIR}/mono_mp3_export.patch || die -} - -src_compile() { - econf || die - MAKEOPTS=-j1 emake || die -} - -src_install() { - make PREFIX="${D}/usr" install || die - dodoc LICENSE.txt README.txt -} |