opt/syslinux/Pkgfile

26 lines
626 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
name=syslinux
2010-10-28 08:47:57 +02:00
version=4.03
release=1
2010-08-31 11:32:45 +02:00
source=(http://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
# compilation will fail with LDFLAGS
unset LDFLAGS
# fix to install extlinux in /usr/bin
sed -i Makefile -e 's|SBINDIR|BINDIR|g'
make clean
make OPTFLAGS="$CFLAGS" installer
make OPTFLAGS="$CFLAGS" INSTALLROOT=$PKG install
}