contrib/syslinux/Pkgfile
2009-06-10 08:09:58 +00:00

19 lines
483 B
Plaintext

# 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
name=syslinux
version=3.82
release=1
source=(http://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.bz2 \
Makefile.patch)
build() {
cd $name-$version
patch -p0 -i $SRC/Makefile.patch
make
make INSTALLROOT=$PKG install-all
}