eth0s/ports/core/syslinux/Pkgfile
2020-11-13 13:58:01 +08:00

21 lines
558 B
Text
Executable file

# Description: Collection of boot loaders for the Linux operating system
# URL:
# Maintainer: Emmett1, emmett1 dot 2miligrams at gmail dot com
# Depends on: mtools
name=syslinux
version=6.03
release=1
source=(http://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.xz
$name-$version-sysmacros.patch)
build() {
cd $name-$version
export CFLAGS="$CFLAGS -fcommon"
patch -p1 -i $SRC/$name-$version-sysmacros.patch
make OPTFLAGS="$CFLAGS" installer
make OPTFLAGS="$CFLAGS" INSTALLROOT=$PKG MANDIR=/usr/share/man install
}