1
0
forked from ports/opt
opt/syslinux/Pkgfile

22 lines
559 B
Plaintext
Raw Normal View History

2010-08-31 09:32:45 +00:00
# Description: Collection of boot loaders for the Linux operating system
# URL: http://syslinux.zytor.com/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on: mtools perl python
2010-08-31 09:32:45 +00:00
name=syslinux
version=6.03
2014-12-11 09:37:35 +00:00
release=2
source=(http://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.xz \
$name-Makefile.patch)
2010-08-31 09:32:45 +00:00
build() {
cd $name-$version
patch -p0 -i $SRC/$name-Makefile.patch
2010-08-31 09:32:45 +00:00
make OPTFLAGS="$CFLAGS" installer
2014-12-11 09:37:35 +00:00
make -j1 OPTFLAGS="$CFLAGS" INSTALLROOT="$PKG" install
2010-08-31 09:32:45 +00:00
}