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-21 21:33:13.000000000 +0200
|
||||||
+++ Makefile 2010-07-22 11:14:03.325522937 +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
|
# files that depend only on the B phase, but may have to be regenerated
|
||||||
# for "make installer".
|
# for "make installer".
|
||||||
BSUBDIRS = codepage com32 lzo core memdisk modules mbr memdump gpxe sample \
|
BSUBDIRS = codepage com32 lzo core memdisk mbr memdump gpxe sample \
|
||||||
- diag libinstaller dos win32 win64 dosutil
|
- diag libinstaller dos win32 win64 dosutil txt
|
||||||
+ libinstaller
|
+ libinstaller txt
|
||||||
ITARGET =
|
ITARGET =
|
||||||
IOBJECTS = $(ITARGET) \
|
IOBJECTS = $(ITARGET) \
|
||||||
utils/gethostip utils/isohybrid utils/mkdiskimage \
|
utils/gethostip utils/isohybrid utils/mkdiskimage \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'syslinux'
|
# Template file for 'syslinux'
|
||||||
pkgname=syslinux
|
pkgname=syslinux
|
||||||
version=4.06
|
version=5.01
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="perl nasm libuuid-devel"
|
makedepends="perl nasm libuuid-devel"
|
||||||
short_desc="A boot loader for the Linux operating system"
|
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"
|
homepage="http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=457117fd9d0768c20c7bc694ea6bcf4bc061437cfc28892160a045ac9ff79f9a
|
checksum=41320ae9c8211bb99b1322fdbf98a83d3bdc0f9a78291ad27f8512b12e16b411
|
||||||
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() {
|
do_build() {
|
||||||
unset CFLAGS LDFLAGS
|
unset CFLAGS LDFLAGS
|
||||||
|
sed 's|/usr/man|/usr/share/man|g' -i mk/syslinux.mk
|
||||||
make installer
|
make installer
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make INSTALLROOT=${DESTDIR} install
|
make INSTALLROOT=${DESTDIR} install
|
||||||
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
|
|
||||||
vmove "sbin/*" usr/bin
|
vmove "sbin/*" usr/bin
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user