# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandyma c Exp S=${WORKDIR}/${P} DESCRIPTION="Bootloader for networks, floppy and cdrom media" HOMEPAGE="http://syslinux.zytor.com/" LICENSE="GPL-2" DEPEND=">=nasm-0.98.31" SRC_URI="http://www.kernel.org/pub/linux/utils/boot/syslinux//${P}.tar.bz2" src_compile() { emake || die } src_install () { make INSTALLROOT=${D} install || die dodoc COPYING NEWS README TODO *.doc sample/* }