From e75457d1b135d2510322e41ccf7eef3670d9dc51 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 12 Jun 2012 12:05:45 +0200 Subject: [PATCH] syslinux: don't rebuild the whole stuff as suggested by distrib.txt. --- srcpkgs/syslinux/template | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/srcpkgs/syslinux/template b/srcpkgs/syslinux/template index 0b9fd29e7a..d861618e75 100644 --- a/srcpkgs/syslinux/template +++ b/srcpkgs/syslinux/template @@ -1,9 +1,9 @@ # Template file for 'syslinux' pkgname=syslinux version=4.05 +revision=2 distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.bz2" makedepends="perl nasm libuuid-devel" -revision=1 short_desc="A boot loader for the Linux operating system" maintainer="Juan RP " homepage="http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project" @@ -16,16 +16,13 @@ long_desc=" (such as DOS) from nontraditional media; it is usually used in conjunction with PXELINUX and ISOLINUX." -broken_as_needed=yes - - do_build() { - # Disable this file which causes an error. - sed -i -e 's|win32/syslinux.exe||g' Makefile - make ${makejobs} + unset CFLAGS LDFLAGS + make installer } do_install() { make INSTALLROOT=${DESTDIR} install mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share + vmove "sbin/*" usr/bin }