|
|
# 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/" |
|
|
| |
# 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 |
} | } |