syslinux: update to 4.05.
This commit is contained in:
parent
d09f3ab9ef
commit
482c8a297e
2 changed files with 6 additions and 8 deletions
|
@ -1 +1,2 @@
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libuuid.so.1
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'syslinux'
|
# Template file for 'syslinux'
|
||||||
pkgname=syslinux
|
pkgname=syslinux
|
||||||
version=4.04
|
version=4.05
|
||||||
revision=2
|
|
||||||
distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
short_desc="A boot loader for the Linux operating system"
|
short_desc="A boot loader for the Linux operating system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
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"
|
||||||
checksum=e186a21cb1b3b1874f253df21546e8d0595d803bd6a60f38cfafbc10bee90e0b
|
checksum=9093f246038a3671a323bd9dd7eb685338578f67f3da949123c6462e0903c0b8
|
||||||
long_desc="
|
long_desc="
|
||||||
The SYSLINUX Project covers lightweight bootloaders for floppy media (SYSLINUX),
|
The SYSLINUX Project covers lightweight bootloaders for floppy media (SYSLINUX),
|
||||||
network booting (PXELINUX), and bootable El Torito CD-ROMs (ISOLINUX).
|
network booting (PXELINUX), and bootable El Torito CD-ROMs (ISOLINUX).
|
||||||
|
@ -19,17 +18,15 @@ broken_as_needed=yes
|
||||||
|
|
||||||
Add_dependency build perl
|
Add_dependency build perl
|
||||||
Add_dependency build nasm
|
Add_dependency build nasm
|
||||||
Add_dependency build xz
|
Add_dependency build libuuid-devel
|
||||||
|
|
||||||
do_build()
|
do_build() {
|
||||||
{
|
|
||||||
# Disable this file which causes an error.
|
# Disable this file which causes an error.
|
||||||
sed -i -e 's|win32/syslinux.exe||g' Makefile
|
sed -i -e 's|win32/syslinux.exe||g' Makefile
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
|
||||||
make INSTALLROOT=${DESTDIR} install
|
make INSTALLROOT=${DESTDIR} install
|
||||||
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
|
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue