ports/opt (3.1): elilo: moved from contrib
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 7496c5f6d7d61be81db36ffc01c9bd1b45383f03 Author: Thomas Penteker <tek@serverop.de> Date: Tue Jul 21 22:43:15 2015 +0200 elilo: moved from contrib diff --git a/elilo/.footprint b/elilo/.footprint new file mode 100644 index 0000000..7289b58 --- /dev/null +++ b/elilo/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/sbin/ +-rwxr-xr-x root/root usr/sbin/eliloalt +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/elilo/ +-rwxr-xr-x root/root usr/share/elilo/elilo.efi diff --git a/elilo/.md5sum b/elilo/.md5sum new file mode 100644 index 0000000..858c37a --- /dev/null +++ b/elilo/.md5sum @@ -0,0 +1 @@ +31ae4652b0bd4580b37640054e7146bc elilo-3.16-all.tar.gz diff --git a/elilo/Pkgfile b/elilo/Pkgfile new file mode 100644 index 0000000..12ca4e3 --- /dev/null +++ b/elilo/Pkgfile @@ -0,0 +1,20 @@ +# Description: ELILO EFI boot loader +# URL: http://elilo.sf.net/ +# Maintainer: Thomas Penteker, tek at serverop dot de +# Depends on: gnu-efi + +name=elilo +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 "${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 +} diff --git a/elilo/README b/elilo/README new file mode 100644 index 0000000..57baaed --- /dev/null +++ b/elilo/README @@ -0,0 +1,3 @@ +Note: for eliloalt to work you have to enable + CONFIG_EFI_VARS +in your kernel config.
participants (1)
-
crux@crux.nu