diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-24 23:53:02 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-24 23:53:02 +0100 |
commit | 8e8ad512d60cb2a150926713c7a4e8e6abd000de (patch) | |
tree | f27fda8a3ef122d4212dff11fcc1880bcda8ccb0 /extra/syslinux/Pkgfile | |
parent | ada4d25277d8d686b8e6b1c22340924e871e0ae0 (diff) | |
download | nutyx-pakxe-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.gz nutyx-pakxe-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.bz2 nutyx-pakxe-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.xz nutyx-pakxe-8e8ad512d60cb2a150926713c7a4e8e6abd000de.zip |
Paquets avec dépendances déplacés dans extra
Diffstat (limited to 'extra/syslinux/Pkgfile')
-rw-r--r-- | extra/syslinux/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/syslinux/Pkgfile b/extra/syslinux/Pkgfile new file mode 100644 index 000000000..1a2b323a6 --- /dev/null +++ b/extra/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, nasm + +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 +} |