# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header:$ IUSE="" DESCRIPTION="A professional music production and creation software" HOMEPAGE="http://bloodshed.net/wired/?sid=1" SRC_URI="mirror://sourceforge/wired/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="=media-libs/portaudio-19 media-libs/libsndfile media-libs/libsoundtouch >=x11-libs/wxGTK-2.5.0" S=${WORKDIR}/${PN}/src/ src_unpack() { unpack ${A} } src_compile() { cd ${S} econf || die emake || die } src_install () { make DESTDIR=${D} install || die }