diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-19 13:13:39 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-19 13:13:39 +0000 |
commit | b5840cb36bade642efdb955fcc8953a125464064 (patch) | |
tree | 00d40e9ef0cef1a4815c5839a9d4657dcd891a67 /media-sound/cdplay | |
parent | Added KEYWORDS. (diff) | |
download | gentoo-2-b5840cb36bade642efdb955fcc8953a125464064.tar.gz gentoo-2-b5840cb36bade642efdb955fcc8953a125464064.tar.bz2 gentoo-2-b5840cb36bade642efdb955fcc8953a125464064.zip |
repoman'd
Diffstat (limited to 'media-sound/cdplay')
-rw-r--r-- | media-sound/cdplay/cdplay-0.8.ebuild | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/media-sound/cdplay/cdplay-0.8.ebuild b/media-sound/cdplay/cdplay-0.8.ebuild index 10f85bf21ee2..df9682c8d562 100644 --- a/media-sound/cdplay/cdplay-0.8.ebuild +++ b/media-sound/cdplay/cdplay-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/cdplay/cdplay-0.8.ebuild,v 1.2 2002/07/11 06:30:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cdplay/cdplay-0.8.ebuild,v 1.3 2002/07/19 13:13:39 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Console CD Player" @@ -9,12 +9,17 @@ HOMEPAGE="http://www.x-paste.de/projects/index.php" DEPEND="virtual/glibc" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + src_compile () { - make || die + make || die } src_install () { - into /usr - dobin cdplay -} + into /usr + dobin cdplay + dodoc CREDITS README +} |