# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit linux-mod PATCHLEVEL=${PV##*_p} DESCRIPTION="Driver for eanabling smi bus funcrions on Toshiba Tecra S1 and Satellite M4x Notebooks" HOMEPAGE="http://toshibasmi.woolnet.net/" SRC_URI="http://toshibasmi.woolnet.net/src/${PN}-${PATCHLEVEL}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" S=${WORKDIR}/${PN} MODULE_NAMES="toshiba_smi(kernel/drivers/:kernel/drivers/${S}" BUILD_TARGETS="modules" pkg_setup() { linux-mod_pkg_setup BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S}" } src_unpack() { unpack ${A} chmod ug+w . -R } src_install() { linux-mod_src_install dodoc README }