| # Copyright 1999-2009 Gentoo Foundation |
| # Distributed under the terms of the GNU General Public License v2 |
| # $Header: /var/cvsroot/gentoo-x86/sys-fs/cdfs/cdfs-2.6.19.ebuild,v 1.4 2009/12/05 22:09:44 idl0r Exp $ |
| |
| inherit eutils linux-mod |
| |
| DESCRIPTION="A file system for Linux systems that 'exports' all tracks and boot images on a CD as normal files" |
| HOMEPAGE="http://users.elis.ugent.be/~mronsse/cdfs/" |
| SRC_URI="http://users.elis.ugent.be/~mronsse/cdfs/download/${P}.tar.bz2" |
| |
| LICENSE="GPL-2" |
| SLOT="0" |
| KEYWORDS="~amd64 ~x86" |
| IUSE="" |
| RDEPENDS="" |
| DEPENDS="" |
| |
| MODULE_NAMES="cdfs(fs)" |
| CONFIG_CHECK="BLK_DEV_LOOP" |
| BUILD_TARGETS="all" |
| BUILD_PARAMS="KDIR=\"${KERNEL_DIR}\"" |
| |
| src_unpack() { |
| unpack ${A} |
| cd "${S}" |
| |
| epatch "${FILESDIR}"/${P}-kernel-2.6.22.patch |
| } |