syslinux: update to 5.01.
This commit is contained in:
parent
39d263587b
commit
bcad74e508
|
@ -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 \
|
||||
|
|
|
@ -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 <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."
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue