summaryrefslogtreecommitdiff
blob: 8edcd6e58735322d6c265bb1172d9b977e801f1e (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
27
28
29
30
31
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/takcd/takcd-0.10.ebuild,v 1.10 2005/09/15 19:59:03 agriffis Exp $

IUSE=""

DESCRIPTION="Command line CD player"
HOMEPAGE="http://bard.sytes.net/takcd/"
SRC_URI="http://bard.sytes.net/takcd/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc sparc x86"

RDEPEND="virtual/libc"

DEPEND="sys-devel/autoconf
	sys-devel/automake"

src_compile() {
	export WANT_AUTOMAKE=1.4
	export WANT_AUTOCONF=2.5
	./autogen.sh
	emake || die
}

src_install() {
	einstall || die

	dodoc AUTHORS ChangeLog NEWS README* TODO
}