summaryrefslogtreecommitdiff
blob: 3b341b60d584aae579aab7506e1da0faf3b5c330 (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
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/audtty-0.1.5a.ebuild,v 1.4 2007/03/17 19:56:28 nixnut Exp $

inherit autotools

IUSE=""

DESCRIPTION="Control Audacious from the command line with a friendly ncurses interface"
HOMEPAGE="http://audacious-media-player.org/Audtty"
SRC_URI="http://www.nenolod.net/audtool/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"

KEYWORDS="~alpha amd64 ppc x86"

DEPEND="sys-libs/ncurses
	media-sound/audacious"

src_unpack() {
	unpack ${A}
	cd "${S}"
	eautoreconf
}

src_install() {
	make DESTDIR="${D}" install || die
	dodoc ChangeLog README
}