diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-12 06:11:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-12 06:11:48 +0000 |
commit | b2c8d4d856c542d312a4cc8cd5dccfb771dcfc17 (patch) | |
tree | 3f431b4469d5bcd2e611374d496f24b160f03fdc /media-sound/cdplay | |
parent | pulled until I can figure out the digest weirdness (diff) | |
download | historical-b2c8d4d856c542d312a4cc8cd5dccfb771dcfc17.tar.gz historical-b2c8d4d856c542d312a4cc8cd5dccfb771dcfc17.tar.bz2 historical-b2c8d4d856c542d312a4cc8cd5dccfb771dcfc17.zip |
touchups
Diffstat (limited to 'media-sound/cdplay')
-rw-r--r-- | media-sound/cdplay/cdplay-0.9.ebuild | 17 |
1 files changed, 7 insertions, 10 deletions
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 } |