View | Details | Raw Unified
Collapse All | Expand All

(-) syslinux-3.07.ebuild (-1 / +7 lines)
 Lines 2-8    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.07.ebuild,v 1.1 2005/01/15 21:25:41 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.07.ebuild,v 1.1 2005/01/15 21:25:41 vapier Exp $
inherit eutils gcc
inherit eutils
DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader"
DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader"
HOMEPAGE="http://syslinux.zytor.com/"
HOMEPAGE="http://syslinux.zytor.com/"
 Lines 23-28   DEPEND="${RDEPEND} Link Here 
# removed all the unpack/patching stuff since we aren't rebuilding the core stuff anymore
# removed all the unpack/patching stuff since we aren't rebuilding the core stuff anymore
src_unpack() {
	unpack ${A}
	cd ${S}
	epatch ${FILESDIR}/syslinux-3.07-solar.patch
}
src_compile() {
src_compile() {
	emake installer || die
	emake installer || die
}
}