# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="bttv is linux driver for TV cards based on the bt848 and bt878 chips" HOMEPAGE="http://bytesex.org/bttv/" SRC_URI="http://bytesex.org/bttv//${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~alpha" src_compile() { make || die "make failed" } src_install() { make install || die "make install failed" }