elilo: initial import

This commit is contained in:
Thomas Penteker 2011-12-19 01:19:08 +01:00
parent 90a48268b4
commit dbc039dc8a
4 changed files with 24 additions and 0 deletions

4
elilo/.footprint Normal file
View File

@ -0,0 +1,4 @@
drwxr-xr-x root/root usr/
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

1
elilo/.md5sum Normal file
View File

@ -0,0 +1 @@
d16086bcb228d2c25e241d73c1bf36be elilo-3.14-all.tar.gz

16
elilo/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# 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.14
release=1
source=(http://download.sourceforge.net/${name}/${name}-${version}-all.tar.gz)
build() {
tar xzf elilo-$version-source.tar.gz
cd elilo
make -j1
install -D elilo.efi $PKG/usr/share/elilo/elilo.efi
install -D tools/eliloalt $PKG/usr/sbin/eliloalt
}

3
elilo/README Normal file
View File

@ -0,0 +1,3 @@
Note: for eliloalt to work you have to enable
CONFIG_EFI_VARS
in your kernel config.