dev-util/ccache: arm64 stable (bug #725006)
[gentoo.git] / media-sound / takcd / takcd-0.10-r1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit autotools
7
8 DESCRIPTION="Command line CD player"
9 HOMEPAGE="http://bard.sytes.net/takcd/"
10 SRC_URI="http://bard.sytes.net/takcd/${P}.tar.gz"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc sparc x86"
15 IUSE=""
16
17 PATCHES=( "${FILESDIR}"/${P}-overflow.patch )
18
19 src_prepare() {
20         default
21         mv configure.{in,ac} || die
22         eautoreconf
23 }
24
25 src_install() {
26         default
27         doman *.1
28 }