# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-fs/,v 1.1 2005/10/15 13:43:49 genstef Exp $ inherit eutils linux-mod DESCRIPTION="A file system that exports all tracks on a CD as normal files" HOMEPAGE="http://www.elis.rug.ac.be/~ronsse/cdfs/" SRC_URI="http://www.elis.rug.ac.be/~ronsse/cdfs/download/${P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="~x86 ~amd64 ~ppc" IUSE="" pkg_setup() { linux-mod_pkg_setup MODULE_NAMES="cdfs(fs:)" BUILD_TARGETS="all" BUILD_PARAMS="LINUXSRC=${KV_DIR} KERNELVERSION=${KV_MAJOR}.${KV_MINOR}" } src_install() { linux-mod_src_install dodoc INSTALL COPYING CHANGES }