contrib/syslinux/Pkgfile

26 lines
626 B
Plaintext
Raw Normal View History

2007-01-27 13:38:16 +01:00
# Description: Collection of boot loaders for the Linux operating system
2007-07-24 13:17:44 +02:00
# URL: http://syslinux.zytor.com/
2009-04-17 08:05:30 +02:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on: mtools perl
2007-01-27 13:38:16 +01:00
name=syslinux
2010-08-03 17:40:31 +02:00
version=4.02
release=2
source=(http://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.bz2)
2007-01-27 13:38:16 +01:00
build() {
2008-02-25 12:16:23 +01:00
cd $name-$version
2010-08-03 17:40:31 +02:00
# 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
2010-07-16 21:41:35 +02:00
2007-01-27 13:38:16 +01:00
}