opt/syslinux/Pkgfile

26 lines
749 B
Plaintext
Raw Normal View History

2010-08-31 11:32:45 +02: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 11:32:45 +02:00
name=syslinux
version=6.03
2017-09-14 07:36:31 +02:00
release=4
source=(http://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.xz \
$name-Makefile.patch)
2010-08-31 11:32:45 +02:00
build() {
cd $name-$version
patch -p0 -i $SRC/$name-Makefile.patch
2010-08-31 11:32:45 +02:00
make OPTFLAGS="$CFLAGS" installer
2016-04-12 16:59:45 +02:00
make -j1 OPTFLAGS="$CFLAGS" INSTALLROOT=$PKG MANDIR=/usr/share/man install
2010-08-31 11:32:45 +02:00
2017-09-14 07:36:31 +02:00
# revdep
install -d $PKG/etc/revdep.d
echo '/usr/share/syslinux' > $PKG/etc/revdep.d/syslinux
echo '/usr/share/syslinux/efi64' > $PKG/etc/revdep.d/syslinux
2010-08-31 11:32:45 +02:00
}