2007-01-27 22:38:16 +10: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 06:05:30 +00:00
|
|
|
# Maintainer: Jose V Beneyto, sepen at crux dot nu
|
|
|
|
# Packager: Jose V Beneyto, sepen at crux dot nu
|
2009-10-16 10:45:44 +02:00
|
|
|
# Depends on: mtools perl
|
2007-01-27 22:38:16 +10:00
|
|
|
|
|
|
|
name=syslinux
|
2009-12-21 11:15:37 +01:00
|
|
|
version=3.84
|
|
|
|
release=1
|
|
|
|
source=(http://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.bz2)
|
2007-01-27 22:38:16 +10:00
|
|
|
|
|
|
|
build() {
|
2008-02-25 12:16:23 +01:00
|
|
|
cd $name-$version
|
2009-12-21 11:15:37 +01:00
|
|
|
cp win32/syslinux.exe .
|
2009-10-16 10:45:44 +02:00
|
|
|
make OPTFLAGS="$CFLAGS"
|
2009-12-21 11:15:37 +01:00
|
|
|
mv syslinux.exe win32
|
|
|
|
make INSTALLROOT=$PKG install
|
|
|
|
mv $PKG/sbin/* $PKG/usr/bin
|
|
|
|
rm -r $PKG/sbin
|
2007-01-27 22:38:16 +10:00
|
|
|
}
|