# Copyright 1999-2003 Gentoo Technologies, Inc. # 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.1 2003/06/18 11:58:24 seemant Exp $ S=${WORKDIR}/${P} 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" DEPEND="media-libs/aalib" src_install () { make DESTDIR=${D} AATV_CONFIGFILE=${D}/etc/${PN}.conf install || die dodoc AUTHORS NEWS README TODO }