summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-02-10 23:49:26 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-02-10 23:49:26 +0000
commit2a4bd738a76a1ef781c865c1f35abec449bbf2da (patch)
tree516ddd54c8a0aa3afd5682aa6a4bc621022112a7 /media-sound/ncmpc/ncmpc-0.11.1.ebuild
parentAdded infopages. Fixed up cross-compilation for multilib CTARGETS. Don't th... (diff)
downloadgentoo-2-2a4bd738a76a1ef781c865c1f35abec449bbf2da.tar.gz
gentoo-2-2a4bd738a76a1ef781c865c1f35abec449bbf2da.tar.bz2
gentoo-2-2a4bd738a76a1ef781c865c1f35abec449bbf2da.zip
version bump
(Portage version: 2.0.51.16)
Diffstat (limited to 'media-sound/ncmpc/ncmpc-0.11.1.ebuild')
-rw-r--r--media-sound/ncmpc/ncmpc-0.11.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/media-sound/ncmpc/ncmpc-0.11.1.ebuild b/media-sound/ncmpc/ncmpc-0.11.1.ebuild
new file mode 100644
index 000000000000..8487b5fed7e8
--- /dev/null
+++ b/media-sound/ncmpc/ncmpc-0.11.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.1.ebuild,v 1.1 2005/02/10 23:49:25 axxo Exp $
+
+IUSE=""
+
+DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)"
+HOMEPAGE="http://www.musicpd.org/?page=ncmpc"
+SRC_URI="http://mercury.chem.pitt.edu/~shank/${P}.tar.gz mirror://sourceforge/musicpd/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~ppc ~x86 ~sparc ~amd64"
+
+RDEPEND="virtual/libc
+ sys-libs/ncurses
+ dev-libs/popt
+ >=dev-libs/glib-2.0"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ make install DESTDIR=${D} docdir=/usr/share/doc/${PF} \
+ || die "install failed"
+ prepalldocs
+}