summaryrefslogtreecommitdiff
blob: 918577b3c8799152bb3de860203359451e1b7c8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/libifp-module/libifp-module-1.0.0.2.ebuild,v 1.11 2006/07/18 17:33:39 tsunam Exp $

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="amd64 ia64 ppc ppc64 x86"
IUSE=""

DEPEND="virtual/linux-sources"

S="${WORKDIR}/libifp-${PV}"

MODULE_NAMES="libifp(misc:${S}:${S}/kbuild)"
BUILD_TARGETS="all"
ECONF_PARAMS="--with-kmodule --without-libifp"