# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Programmable audio generator" HOMEPAGE="http://gnaural.sourceforge.net/" SRC_URI="mirror://sourceforge/gnaural/${P}.tar.gz http://gnaural.sourceforge.net/${PN}-icon.png" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="mp3" RDEPEND=">=x11-libs/gtk+-2.8 media-libs/audiofile mp3? ( media-sound/lame )" src_install() { dobin src/${PN} || die "dobin failed" doicon "${DISTDIR}"/${PN}-icon.png make_desktop_entry ${PN} Gnaural ${PN}-icon.png AudioVideo dodoc AUTHORS ChangeLog README }