# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.1.0c.ebuild,v 1.1 2004/11/30 19:39:25 plasmaroo Exp $ DESCRIPTION="Gentoo autokernel script" HOMEPAGE="http://www.gentoo.org" SRC_URI="http://dev.gentoo.org/~koon/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390" IUSE="bootsplash" DEPEND="sys-fs/e2fsprogs x86? ( bootsplash? ( media-gfx/bootsplash ) ) amd64? ( bootsplash? ( media-gfx/bootsplash ) )" src_install() { dodir /etc cp ${S}/genkernel.conf ${D}/etc dodir /usr/share/genkernel cp -Rp ${S}/* ${D}/usr/share/genkernel dodir /usr/bin dosym /usr/share/genkernel/genkernel /usr/bin/genkernel rm ${D}/usr/share/genkernel/genkernel.conf dodoc README doman genkernel.8 rm genkernel.8 }