diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-02-10 23:49:26 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-02-10 23:49:26 +0000 |
commit | 2af2163f196f92cee0c7de9ea0d6bf59bf60edee (patch) | |
tree | 70dcb905cd73f7ff08e8e645b7985eac31f84bad /media-sound/ncmpc/ncmpc-0.11.1.ebuild | |
parent | Added infopages. Fixed up cross-compilation for multilib CTARGETS. Don't th... (diff) | |
download | historical-2af2163f196f92cee0c7de9ea0d6bf59bf60edee.tar.gz historical-2af2163f196f92cee0c7de9ea0d6bf59bf60edee.tar.bz2 historical-2af2163f196f92cee0c7de9ea0d6bf59bf60edee.zip |
version bump
Package-Manager: portage-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.ebuild | 25 |
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 +} |