# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.2.ebuild,v 1.4 2004/11/05 08:21:44 eradicator Exp $ IUSE="" inherit rpm distutils DESCRIPTION="gfxboot allows you to create gfx menus for bootmanagers." HOMEPAGE="http://suse.com" SRC_URI="ftp://ftp.leo.org/pub/comp/os/unix/linux/suse/suse/i386/9.2/suse/src/gfxboot-2.5-12.2.src.rpm" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="dev-lang/nasm virtual/x11" src_compile() { make || die } src_install() { exeinto /usr/sbin doexe mkbootmsg doexe getx11font doexe help2txt dodoc COPYING README Changelog }