void-packages/srcpkgs/syslinux/template
Juan RP 7e790d2d62 syslinux: move manpages to /usr/share/man, bumprev.
--HG--
extra : convert_revision : 648eb1403f1ed6e96c3244a35bf9f0fb65878418
2009-12-11 12:25:01 +01:00

32 lines
1,017 B
Plaintext

# Template file for 'syslinux'
pkgname=syslinux
version=3.83
revision=1
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=9ec84d6dcc188f082a875b69796b196f98ea8c0102b55b03123616a285c2d9f9
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_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
}