diff options
Diffstat (limited to 'media-sound/mpc/mpc-0.8.0.ebuild')
-rw-r--r-- | media-sound/mpc/mpc-0.8.0.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/media-sound/mpc/mpc-0.8.0.ebuild b/media-sound/mpc/mpc-0.8.0.ebuild deleted file mode 100644 index e352d49960ab..000000000000 --- a/media-sound/mpc/mpc-0.8.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.8.0.ebuild,v 1.2 2003/08/10 10:49:17 jje Exp $ - -DESCRIPTION="mpc is a client for Music Player Daemon (mpd)" -SRC_URI="http://mercury.chem.pitt.edu/~shank/${P}.tar.gz" -HOMEPAGE="http://musicpd.sourceforge.net/" - -KEYWORDS="~x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="" - -src_compile() { - local myconf - myconf="--with-gnu-ld" - - econf ${myconf} || die "could not configure" - emake || die "emake failed" -} - -src_install() { - cd ${S} - dobin mpc - doman mpc.1 - dodoc AUTHORS COPYING INSTALL README -} - |