0d845a3deb
This reverts commit 2bae38a1c5
.
28 lines
969 B
Text
28 lines
969 B
Text
# Template file for 'syslinux'
|
|
pkgname=syslinux
|
|
version=4.06
|
|
revision=1
|
|
makedepends="perl nasm libuuid-devel"
|
|
short_desc="A boot loader for the Linux operating system"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project"
|
|
license="GPL-2"
|
|
distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.xz"
|
|
checksum=457117fd9d0768c20c7bc694ea6bcf4bc061437cfc28892160a045ac9ff79f9a
|
|
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."
|
|
|
|
do_build() {
|
|
unset CFLAGS LDFLAGS
|
|
make installer
|
|
}
|
|
|
|
do_install() {
|
|
make INSTALLROOT=${DESTDIR} install
|
|
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
|
|
vmove "sbin/*" usr/bin
|
|
}
|