syslinux: upgrade to 4.04, homepage and license
This commit is contained in:
parent
39d560c365
commit
baa8a07d4e
1 changed files with 4 additions and 2 deletions
|
@ -1,12 +1,14 @@
|
||||||
# Template file for 'syslinux'
|
# Template file for 'syslinux'
|
||||||
pkgname=syslinux
|
pkgname=syslinux
|
||||||
version=4.03
|
version=4.04
|
||||||
distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_makefile
|
build_style=gnu_makefile
|
||||||
make_install_args="INSTALLROOT=$XBPS_DESTDIR/$pkgname-$version"
|
make_install_args="INSTALLROOT=$XBPS_DESTDIR/$pkgname-$version"
|
||||||
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>"
|
||||||
checksum=c65567e324f9d1f7f794ae8f9578a0292bbd47d7b8d895a004d2f0152d0bda38
|
homepage="http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project"
|
||||||
|
license="GPL-2"
|
||||||
|
checksum=e186a21cb1b3b1874f253df21546e8d0595d803bd6a60f38cfafbc10bee90e0b
|
||||||
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).
|
||||||
|
|
Loading…
Reference in a new issue