# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit linux-mod DESCRIPTION="Linux Kernel module to allow libifp access as a non-root user." HOMEPAGE="http://ifp-driver.sourceforge.net/libifp/" SRC_URI="mirror://sourceforge/ifp-driver/libifp-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" DEPEND="virtual/linux-sources =media-libs/libifp-${PV}" S="${WORKDIR}/libifp-${PV}" MODULE_NAMES="libifp(misc:${S}:${S}/kbuild)" BUILD_TARGETS="all" ECONF_PARAMS="--with-kmodule --without-libifp"