From 02adafc573f2a22e02ed09f4a38b0850a89ce11b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 25 Oct 2008 09:40:27 +0200 Subject: [PATCH] Added syslinux-3.72 template. --HG-- extra : convert_revision : 460f62f2c0ad06064f03e34e9dac276f8db1bf4f --- templates/syslinux-runstuff-before-build.sh | 4 ++++ templates/syslinux.tmpl | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 templates/syslinux-runstuff-before-build.sh create mode 100644 templates/syslinux.tmpl diff --git a/templates/syslinux-runstuff-before-build.sh b/templates/syslinux-runstuff-before-build.sh new file mode 100644 index 00000000000..711775f26e1 --- /dev/null +++ b/templates/syslinux-runstuff-before-build.sh @@ -0,0 +1,4 @@ +# +# Disable looking for this file which causes an error. +# +sed -i -e 's|win32/syslinux.exe||g' $wrksrc/Makefile diff --git a/templates/syslinux.tmpl b/templates/syslinux.tmpl new file mode 100644 index 00000000000..1af0752b21e --- /dev/null +++ b/templates/syslinux.tmpl @@ -0,0 +1,19 @@ +# Template file for 'syslinux' +pkgname=syslinux +version=3.72 +distfiles=" +http://www.kernel.org/pub/linux/utils/boot/syslinux/$pkgname-$version@.tar.bz2" +build_style=gnu_makefile +make_install_args="INSTALLROOT=$XBPS_DESTDIR/$pkgname-$version" +short_desc="A boot loader for the Linux operating system" +maintainer="Juan RP " +checksum=dc19ea3e1297468d9b4c579aba1dd491c963a02887f7fb362c95c6f1c0567e90 +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." + +build_depends="perl-5.10.0 nasm-2.05" +run_depends="glibc-2.8"