# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Pulseaudio Manager (paman) is a simple GTK frontend for the Polypaudio sound server" HOMEPAGE="http://0pointer.de/lennart/projects/paman/" SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz" LICENSE="LGPL-2 GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND=" >=dev-cpp/gtkmm-2.4 >=dev-cpp/libglademm-2.4 >=media-sound/pulseaudio-0.9.2 " src_compile() { econf \ --disable-lynx emake -j1 || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "make install failed" dohtml -r doc dodoc README doc/todo }