# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit linux-mod eutils DESCRIPTION="Fusion provides statistical information in the so called Linux /proc file system" HOMEPAGE="http://directfb.org" SRC_URI="http://directfb.org/downloads/Core/${PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" MODULE_NAMES="fusion(drivers/char:${S}:${S}/linux/drivers/char/fusion)" BUILD_TARGETS="all" MODULESD_REALTIME_DOCS="AUTHORS ChangeLog README" pkg_setup() { linux-mod_pkg_setup || die } src_unpack() { unpack ${A} cd ${S} convert_to_m Makefile epatch ${FILESDIR}/linux-fusion-2.6.15.patch } src_install() { linux-mod_src_install insinto /usr/include/linux doins "${S}"/linux/include/linux/fusion.h dodoc README ChangeLog TODO } pkg_postinst() { update_depmod einfo "Add this line to your local udev rules" einfo "KERNEL==\"fusion[0-9]*\", NAME=\"fusion/%n\", GROUP=\"video\", MODE=\"0660\"" }