# Copyright 2009 Sabayon Linux # Distributed under the terms of the GNU General Public License v2 inherit eutils DESCRIPTION="Spike Linux GRUB utilities" HOMEPAGE="http://www.spike-pentesting.org/" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" src_install () { exeinto /usr/sbin doexe "${FILESDIR}/${PN}" }