From bcad74e508bbefbb6d03d324d1de4b24d69f116e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 1 Feb 2013 15:27:21 +0100 Subject: [PATCH] syslinux: update to 5.01. --- .../syslinux-dont-build-dos-windows-targets.patch | 9 ++++----- srcpkgs/syslinux/template | 12 +++--------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/srcpkgs/syslinux/patches/syslinux-dont-build-dos-windows-targets.patch b/srcpkgs/syslinux/patches/syslinux-dont-build-dos-windows-targets.patch index 77467a6d54..2c88f8e044 100644 --- a/srcpkgs/syslinux/patches/syslinux-dont-build-dos-windows-targets.patch +++ b/srcpkgs/syslinux/patches/syslinux-dont-build-dos-windows-targets.patch @@ -1,12 +1,11 @@ -diff -Nur syslinux-4.02.orig//Makefile syslinux-4.02//Makefile --- Makefile 2010-07-21 21:33:13.000000000 +0200 +++ Makefile 2010-07-22 11:14:03.325522937 +0200 -@@ -55,7 +55,7 @@ +@@ -54,7 +54,7 @@ # files that depend only on the B phase, but may have to be regenerated # for "make installer". - BSUBDIRS = codepage com32 lzo core memdisk modules mbr memdump gpxe sample \ -- diag libinstaller dos win32 win64 dosutil -+ libinstaller + BSUBDIRS = codepage com32 lzo core memdisk mbr memdump gpxe sample \ +- diag libinstaller dos win32 win64 dosutil txt ++ libinstaller txt ITARGET = IOBJECTS = $(ITARGET) \ utils/gethostip utils/isohybrid utils/mkdiskimage \ diff --git a/srcpkgs/syslinux/template b/srcpkgs/syslinux/template index 82316b77f2..c2bd2e2ccc 100644 --- a/srcpkgs/syslinux/template +++ b/srcpkgs/syslinux/template @@ -1,6 +1,6 @@ # Template file for 'syslinux' pkgname=syslinux -version=4.06 +version=5.01 revision=1 makedepends="perl nasm libuuid-devel" short_desc="A boot loader for the Linux operating system" @@ -8,21 +8,15 @@ maintainer="Juan RP " 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." +checksum=41320ae9c8211bb99b1322fdbf98a83d3bdc0f9a78291ad27f8512b12e16b411 do_build() { unset CFLAGS LDFLAGS + sed 's|/usr/man|/usr/share/man|g' -i mk/syslinux.mk make installer } do_install() { make INSTALLROOT=${DESTDIR} install - mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share vmove "sbin/*" usr/bin }