void-packages/templates/syslinux/template
Juan RP 705f85245e syslinux: update to 3.75, new deps style.
--HG--
extra : convert_revision : 990189ffaeb4ff991ed687a9e420d9804a78c4ec
2009-04-19 00:39:21 +02:00

25 lines
946 B
Text

# Template file for 'syslinux'
pkgname=syslinux
version=3.75
distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_makefile
make_install_args="INSTALLROOT=$XBPS_DESTDIR/$pkgname-$version"
short_desc="A boot loader for the Linux operating system"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1161ef0c248b931a872b92b9fe29a1ad54be2428976f19b8d88a8aa95cb3d65f
long_desc="
The SYSLINUX Project covers lightweight bootloaders for floppy media (SYSLINUX),
network booting (PXELINUX), and bootable \"El Torito\" CD-ROMs (ISOLINUX).
The project also includes MEMDISK, a tool to boot legacy operating systems
(such as DOS) from nontraditional media; it is usually used in conjunction with
PXELINUX and ISOLINUX."
Add_dependency build perl
Add_dependency build nasm
Add_dependency full glibc
pre_configure()
{
# Disable this file which causes an error.
sed -i -e 's|win32/syslinux.exe||g' $wrksrc/Makefile
}