summaryrefslogtreecommitdiffstats
path: root/base/syslinux/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-23 22:39:29 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-23 22:39:29 +0200
commit7680d29ff7a9e2a8118c6c0e48ba2a9eca9f1239 (patch)
tree2326353ccaca5c0b9d066503081b0d6c25b73da6 /base/syslinux/Pkgfile
parenta01af246a04f90941c833c016bb2775a4521aa34 (diff)
downloadnutyx-extra-7680d29ff7a9e2a8118c6c0e48ba2a9eca9f1239.tar.gz
nutyx-extra-7680d29ff7a9e2a8118c6c0e48ba2a9eca9f1239.tar.bz2
nutyx-extra-7680d29ff7a9e2a8118c6c0e48ba2a9eca9f1239.tar.xz
nutyx-extra-7680d29ff7a9e2a8118c6c0e48ba2a9eca9f1239.zip
Maj de syslinux#3.82-1
Diffstat (limited to 'base/syslinux/Pkgfile')
-rw-r--r--base/syslinux/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/base/syslinux/Pkgfile b/base/syslinux/Pkgfile
new file mode 100644
index 000000000..ee0ff18af
--- /dev/null
+++ b/base/syslinux/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Permet de démarrer Linux sur une partition autre que Linux
+# URL: http://syslinux.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: mtools
+
+name=syslinux
+version=3.82
+release=1
+source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$name-$version.tar.bz2\
+ Makefile.patch)
+
+build() {
+ cd $name-$version
+ sed -i "s|win32/syslinux.exe||g" Makefile
+# patch -p0 -i $SRC/Makefile.patch
+ make
+ make INSTALLROOT=$PKG install
+}