syslinux update

This commit is contained in:
Ertuğrul Erata
2016-04-03 00:39:40 +03:00
parent f53110b6ae
commit 2b7e584993
4 changed files with 527 additions and 3 deletions
+4 -3
View File
@@ -13,14 +13,15 @@
<IsA>app:console</IsA>
<Summary>SysLinux, IsoLinux and PXELinux bootloader</Summary>
<Description>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.</Description>
<Archive sha1sum="ceda70713fd575bd46fc497b503ed90f121ab3b1" type="tarxz">https://www.kernel.org/pub/linux/utils/boot/syslinux/4.xx/syslinux-4.07.tar.xz</Archive>
<Archive sha1sum="ceda70713fd575bd46fc497b503ed90f121ab3b1" type="tarxz">https://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-6.03.tar.xz</Archive>
<BuildDependencies>
<Dependency>nasm</Dependency>
<Dependency>libutil-linux-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">nopie.patch</Patch>
<Patch level="1">fixisohybrid.patch</Patch>
<Patch level="1">btrfs-fix.patch</Patch>
<Patch level="1">dont-guess-alignment.patch</Patch>
<Patch level="1">gcc-fix-alignment.patch</Patch>
</Patches>
</Source>