Wanna ebuild for core-iscsi kernel module.
I have created 80% of ebuild so anybody can help me pls. # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit linux-mod DESCRIPTION="Core iscsi module for kernel" HOMEPAGE="http://kernel.org/pub/linux/kernel/people/nab/iscsi-initiator-core" SRC_URI="mirror://kernel/linux/kernel/people/nab/iscsi-initiator-core/core-iscsi-v${PV}.tar.gz" MY_P="core-iscsi-v${PV}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" #MODULE_NAMES="iscsi_initiator_mod(misc:${S}/kernel:${S}/kernel)" src_compile() { unset ARCH einfo "Building kernel modules" cd ${WORKDIR}/${MY_P} make initiator KERNEL_DIR=${KERNEL_DIR} || die " compilation failed" } src_install() { unset ARCH export KSRC="${KERNEL_DIR}" linux-mod_src_install || die "installing modules failed" cd ${WORKDIR}/${MY_P} make install || die "Installation failed" }
Please, don't paste ebuilds inline, use attachments.
Created attachment 98777 [details] core-iscsi ebuild file
I am new in gentoo bugs so by mistake pasted in inline.
By mistake closed.