media-sound/cdplay - 1.0 (gentoo)

Search

Package Information

Description:
A commandline CD Player
Homepage:
http://www.ta-sa.org/?entry=cdplay
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.0 7 ~alpha amd64 ppc ppc64 ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit toolchain-funcs

DESCRIPTION="A commandline CD Player"
HOMEPAGE="http://www.ta-sa.org/?entry=cdplay"
SRC_URI="http://www.ta-sa.org/files/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86"

DEPEND="!media-sound/cdtool"

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

src_install() {
	dobin cdplay
	einstalldocs
	dodoc Changes
}

Dependencies

DEPEND

!media-sound/cdtool

Manifest for 1.0

Type File Size Source URLs
DIST cdplay-1.0.tar.gz 12779 bytes http://www.ta-sa.org/files/cdplay-1.0.tar.gz