diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-27 22:39:51 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-27 22:39:51 +0100 |
commit | f1da5970caf82e15fe23e54624e65254ada1b1a8 (patch) | |
tree | 35e9c529d0d7e9abb0de44cec0065bb53838b647 /extra/syslinux/Pkgfile | |
parent | 0193d201a24c996fcabd8f7fe1d94a621f4922bc (diff) | |
download | nutyx-pakxe-f1da5970caf82e15fe23e54624e65254ada1b1a8.tar.gz nutyx-pakxe-f1da5970caf82e15fe23e54624e65254ada1b1a8.tar.bz2 nutyx-pakxe-f1da5970caf82e15fe23e54624e65254ada1b1a8.tar.xz nutyx-pakxe-f1da5970caf82e15fe23e54624e65254ada1b1a8.zip |
Maj syslinux#3.84-1
Diffstat (limited to 'extra/syslinux/Pkgfile')
-rw-r--r-- | extra/syslinux/Pkgfile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/extra/syslinux/Pkgfile b/extra/syslinux/Pkgfile index 1a2b323a6..8f8293f8b 100644 --- a/extra/syslinux/Pkgfile +++ b/extra/syslinux/Pkgfile @@ -2,18 +2,16 @@ # URL: http://syslinux.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: mtools, nasm +# Depends on: mtools name=syslinux -version=3.82 +version=3.84 release=1 -source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$name-$version.tar.bz2\ - Makefile.patch) +source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$name-$version.tar.bz2) build() { cd $name-$version sed -i "s|win32/syslinux.exe||g" Makefile -# patch -p0 -i $SRC/Makefile.patch make - make INSTALLROOT=$PKG install + make INSTALLROOT=$PKG MANDIR=/usr/share/man install } |