elilo: 3.14 -> 3.16

This commit is contained in:
Thomas Penteker 2013-10-31 23:11:48 +01:00
parent b24783899e
commit 354f039ca4
2 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
d16086bcb228d2c25e241d73c1bf36be elilo-3.14-all.tar.gz
31ae4652b0bd4580b37640054e7146bc elilo-3.16-all.tar.gz

View File

@ -4,12 +4,16 @@
# Depends on: gnu-efi
name=elilo
version=3.14
version=3.16
release=1
source=(http://download.sourceforge.net/${name}/${name}-${version}-all.tar.gz)
build() {
tar xzf elilo-$version-source.tar.gz
cd elilo
cd "${SRC}/elilo-${version}-source/"
#sed -i 's|-fno-stack-protector|-DGNU_EFI_USE_MS_ABI -fno-stack-protector|g' Make.defaults
#sed -i 's|DEBUGFLAGS = -Wall|DEBUGFLAGS = -Wall -Wno-error|g' Make.defaults
sed -i 's|dpkg-architecture -qDEB_BUILD_ARCH|uname -m|g' Make.defaults
make -j1
install -D elilo.efi $PKG/usr/share/elilo/elilo.efi
install -D tools/eliloalt $PKG/usr/sbin/eliloalt