contrib/syslinux/Pkgfile

19 lines
507 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
2009-10-06 08:52:15 +02:00
version=3.83
release=2
source=(http://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.bz2 \
Makefile.patch)
2007-01-27 13:38:16 +01:00
build() {
2008-02-25 12:16:23 +01:00
cd $name-$version
patch -p0 -i $SRC/Makefile.patch
make OPTFLAGS="$CFLAGS"
2008-08-01 19:30:38 +02:00
make INSTALLROOT=$PKG install-all
2007-01-27 13:38:16 +01:00
}