summaryrefslogtreecommitdiff
blob: 0c8e3a0e0a74db45b3c930ce28983ab2eb694851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-tv/aatv/aatv-0.2.ebuild,v 1.3 2004/07/14 21:09:01 agriffis Exp $

DESCRIPTION="watch TV on a text console rendered by aalib"
HOMEPAGE="http://n00n.free.fr/aatv/"
SRC_URI="http://n00n.free.fr/aatv/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
IUSE=""

DEPEND="media-libs/aalib"

src_install () {
	make DESTDIR=${D} AATV_CONFIGFILE=${D}/etc/${PN}.conf install || die

	dodoc AUTHORS NEWS README TODO
}