summaryrefslogtreecommitdiff
blob: 5fa2893083a7d811dbf6b3d6574fe9f4d6b7e463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/cdplay/cdplay-0.9-r1.ebuild,v 1.3 2006/03/07 13:46:10 flameeyes Exp $

inherit toolchain-funcs

DESCRIPTION="Console CD Player"
HOMEPAGE="http://www.x-paste.de/projects/index.php"
SRC_URI="http://www.x-paste.de/files/${P}.tar.gz"

RDEPEND="!media-sound/cdtool"
IUSE=""
SLOT="0"
LICENSE="GPL-2"

KEYWORDS="alpha amd64 ppc ppc64 sparc x86"

src_compile() {
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
		|| die "make failed"
}

src_install() {
	dobin cdplay
	dodoc CREDITS README
}