summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-08-31 09:38:37 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-08-31 09:38:37 +0000
commit17d7297843125a4b9386240d2f83090ca10ac751 (patch)
treed957fe8300446651bdeb571549a9403c83ccaf66 /media-sound/paman/paman-0.9.3.ebuild
parentNew revision with disabled indexlib, it's highly experimental, should solve s... (diff)
downloadhistorical-17d7297843125a4b9386240d2f83090ca10ac751.tar.gz
historical-17d7297843125a4b9386240d2f83090ca10ac751.tar.bz2
historical-17d7297843125a4b9386240d2f83090ca10ac751.zip
Version bump.
Package-Manager: portage-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.ebuild30
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
+}