contrib/syslinux/Pkgfile

21 lines
541 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-04-06 19:53:02 +02:00
version=3.86
2009-12-21 11:15:37 +01:00
release=1
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
2009-12-21 11:15:37 +01:00
cp win32/syslinux.exe .
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 13:38:16 +01:00
}