# 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="x86? ( ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/i386/9.3/suse/src/gfxboot-3.0.15-3.src.rpm ) amd64? ( ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/x86_64/9.3/suse/src/gfxboot-3.0.15-3.src.rpm )" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" DEPEND="dev-lang/nasm virtual/x11" src_compile() { cd "${WORKDIR}" epatch "${FILESDIR}"/${PN}-${PVR}.patch cd "${S}" make || die } src_install() { exeinto /usr/bin doexe mkbootmsg doexe getx11font doexe help2txt dodoc COPYING README Changelog }