void-packages/srcpkgs/syslinux/template
Juan RP d5a63cb10d syslinux: update to 3.85.
--HG--
extra : convert_revision : c93f99503378e9fa76a477a0e307b8843a7e28b0
2010-03-05 04:52:38 +01:00

31 lines
1,005 B
Plaintext

# Template file for 'syslinux'
pkgname=syslinux
version=3.85
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=406e914ff1f115777bbc80d40fef1066613e347829dd13e44f6186d52744e0ea
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 run glibc
Add_dependency build perl
Add_dependency build nasm
pre_build()
{
# Disable this file which causes an error.
sed -i -e 's|win32/syslinux.exe||g' $wrksrc/Makefile
}
post_install()
{
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
}