# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="gnome" DESCRIPTION="a script for convertin' between different audio formats" HOMEPAGE="http://freshmeat.net/projects/audio-convert" SRC_URI="http://savannah.nongnu.org/download/audio-convert/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="gnome-extra/zenity gnome? (gnome-base/nautilus) >=sys-apps/file-4.16" src_install() { dobin audio-convert dobin audio-convert-install } pkg_postinst() { if use gnome then einfo "now run \'audio-convert-install\' as user to install audio-convert" einfo "as a nautilus script." fi }