From adcd189539cb754976592b68e3cbe38422a4b320 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 12 Nov 2003 06:11:48 +0000 Subject: touchups --- media-sound/cdplay/cdplay-0.9.ebuild | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'media-sound') diff --git a/media-sound/cdplay/cdplay-0.9.ebuild b/media-sound/cdplay/cdplay-0.9.ebuild index 7ea1927a172d..442908a53a91 100644 --- a/media-sound/cdplay/cdplay-0.9.ebuild +++ b/media-sound/cdplay/cdplay-0.9.ebuild @@ -1,25 +1,22 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cdplay/cdplay-0.9.ebuild,v 1.1 2003/09/20 11:58:50 jje Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cdplay/cdplay-0.9.ebuild,v 1.2 2003/11/12 06:11:48 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Console CD Player" -SRC_URI="http://www.x-paste.de/files/${P}.tar.gz" HOMEPAGE="http://www.x-paste.de/projects/index.php" +SRC_URI="http://www.x-paste.de/files/${P}.tar.gz" -DEPEND="virtual/glibc" - -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86 ~ppc ~alpha" -src_compile () { +DEPEND="virtual/glibc" + +src_compile() { make || die } -src_install () { - into /usr +src_install() { dobin cdplay - dodoc CREDITS README } -- cgit v1.2.3-65-gdbad