syslinux: fixed dependencies and cflags

This commit is contained in:
Jose V Beneyto 2009-10-16 10:45:44 +02:00
parent 3c8d6e586e
commit 50b6cc397f

View File

@ -2,17 +2,17 @@
# URL: http://syslinux.zytor.com/ # URL: http://syslinux.zytor.com/
# Maintainer: Jose V Beneyto, sepen at crux dot nu # Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu # Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on: mtools # Depends on: mtools perl
name=syslinux name=syslinux
version=3.83 version=3.83
release=1 release=2
source=(http://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.bz2 \ source=(http://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.bz2 \
Makefile.patch) Makefile.patch)
build() { build() {
cd $name-$version cd $name-$version
patch -p0 -i $SRC/Makefile.patch patch -p0 -i $SRC/Makefile.patch
make make OPTFLAGS="$CFLAGS"
make INSTALLROOT=$PKG install-all make INSTALLROOT=$PKG install-all
} }