summaryrefslogtreecommitdiffstats
path: root/extra/syslinux/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-27 22:39:51 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-27 22:39:51 +0100
commitf1da5970caf82e15fe23e54624e65254ada1b1a8 (patch)
tree35e9c529d0d7e9abb0de44cec0065bb53838b647 /extra/syslinux/Pkgfile
parent0193d201a24c996fcabd8f7fe1d94a621f4922bc (diff)
downloadnutyx-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/Pkgfile10
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
}