diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-08-31 09:33:20 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-08-31 09:33:20 +0000 |
commit | dfdb9d9920d7c3969638bb088960514f72864e17 (patch) | |
tree | 9e1b2c3cfb3970fdc47e3dd4a405dc591b1b49e6 /media-sound/paman/paman-0.9.3.ebuild | |
parent | New revision with disabled indexlib, it's highly experimental, should solve s... (diff) | |
download | gentoo-2-dfdb9d9920d7c3969638bb088960514f72864e17.tar.gz gentoo-2-dfdb9d9920d7c3969638bb088960514f72864e17.tar.bz2 gentoo-2-dfdb9d9920d7c3969638bb088960514f72864e17.zip |
Version bump.
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'media-sound/paman/paman-0.9.3.ebuild')
-rw-r--r-- | media-sound/paman/paman-0.9.3.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/media-sound/paman/paman-0.9.3.ebuild b/media-sound/paman/paman-0.9.3.ebuild new file mode 100644 index 000000000000..3cf8c6b71c6a --- /dev/null +++ b/media-sound/paman/paman-0.9.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/paman/paman-0.9.3.ebuild,v 1.1 2006/08/31 09:33:20 flameeyes Exp $ + +DESCRIPTION="Pulseaudio Manager, a simple GTK frontend for Pulseaudio" +HOMEPAGE="http://0pointer.de/lennart/projects/paman/" +SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86-fbsd" + +IUSE="" + +RDEPEND=">=dev-cpp/gtkmm-2.4 + >=dev-cpp/libglademm-2.4 + >=media-sound/pulseaudio-0.9.2" + +src_compile() { + # Lynx is used during make dist basically + econf \ + --disable-lynx || die "econf failed" + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + dohtml -r doc + dodoc README doc/todo +} |