summaryrefslogtreecommitdiffstats
path: root/base/syslinux/Pkgfile
blob: ee0ff18af7e37af9de08b80b93fd4aa4f255beec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}