# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Hotkey driver for some Acer and Acer-like laptops" HOMEPAGE="http://www.informatik.hu-berlin.de/~tauber/acerhk/" SRC_URI="http://www.informatik.hu-berlin.de/~tauber/acerhk/archives/acerhk-0.5.8.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" src_unpack() { unpack ${A} } src_compile() { cd ${S} make clean make } src_install() { cd ${S} dodir /lib/modules/${KV}/extra cp -v acerhk.o ${D}/lib/modules/${KV}/extra/ dodoc README NEWS ./doc/* }