# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-1.76.ebuild,v 1.3 2010/04/04 21:51:35 chithanh Exp $ DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader" HOMEPAGE="http://syslinux.zytor.com/" SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="-* x86" IUSE="" DEPEND="dev-lang/nasm" RDEPEND="" src_unpack() { unpack ${A} cd "${S}" sed -i '/^#/s:^#: #:' memdisk/init.S16 || die "fixing # comments" } src_compile() { emake -j1 depend || die "make depend failed" emake || die "make failed" } src_install() { make INSTALLROOT="${D}" install || die dodoc README NEWS TODO *.doc }