syslinux: update to 3.75, new deps style.
--HG-- extra : convert_revision : 990189ffaeb4ff991ed687a9e420d9804a78c4ec
This commit is contained in:
parent
75f5817cd7
commit
705f85245e
1 changed files with 5 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'syslinux'
|
# Template file for 'syslinux'
|
||||||
pkgname=syslinux
|
pkgname=syslinux
|
||||||
version=3.73
|
version=3.75
|
||||||
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=5476096dfae4777f295b54cad2be3913581ab6066949e188b9ff414769cb7936
|
checksum=1161ef0c248b931a872b92b9fe29a1ad54be2428976f19b8d88a8aa95cb3d65f
|
||||||
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).
|
||||||
|
@ -14,8 +14,9 @@ long_desc="
|
||||||
(such as DOS) from nontraditional media; it is usually used in conjunction with
|
(such as DOS) from nontraditional media; it is usually used in conjunction with
|
||||||
PXELINUX and ISOLINUX."
|
PXELINUX and ISOLINUX."
|
||||||
|
|
||||||
build_depends="perl-5.10.0 nasm-2.05"
|
Add_dependency build perl
|
||||||
run_depends="glibc-2.8"
|
Add_dependency build nasm
|
||||||
|
Add_dependency full glibc
|
||||||
|
|
||||||
pre_configure()
|
pre_configure()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue