export efitbootmgr and gnu-efi to opt

This commit is contained in:
Thomas Penteker 2014-02-13 14:48:50 +01:00
parent fa2c11015b
commit bba5f43556
6 changed files with 0 additions and 87 deletions

View File

@ -1,6 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rwxr-xr-x root/root usr/man/man8/efibootmgr.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/efibootmgr

View File

@ -1 +0,0 @@
1adcda5218f79444b3aadb7598f01bed efibootmgr-0.6.0.tar.gz

View File

@ -1,15 +0,0 @@
# Description: manipulate efi boot managers
# URL: http://linux.dell.com/efibootmgr/
# Maintainer: Thomas Penteker, tek at serverop dot de
name=efibootmgr
version=0.6.0
release=1
source=(http://linux.dell.com/efibootmgr/$name-$version/$name-$version.tar.gz)
build() {
cd $name-$version
make
install -D src/efibootmgr/efibootmgr $PKG/usr/sbin/efibootmgr
install -D src/man/man8/efibootmgr.8 $PKG/usr/man/man8/efibootmgr.8
}

View File

@ -1,49 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/efi/
-rw-r--r-- root/root usr/include/efi/efi.h
-rw-r--r-- root/root usr/include/efi/efi_nii.h
-rw-r--r-- root/root usr/include/efi/efi_pxe.h
-rw-r--r-- root/root usr/include/efi/efiapi.h
-rw-r--r-- root/root usr/include/efi/eficon.h
-rw-r--r-- root/root usr/include/efi/efidebug.h
-rw-r--r-- root/root usr/include/efi/efidef.h
-rw-r--r-- root/root usr/include/efi/efidevp.h
-rw-r--r-- root/root usr/include/efi/efierr.h
-rw-r--r-- root/root usr/include/efi/efifs.h
-rw-r--r-- root/root usr/include/efi/efigpt.h
-rw-r--r-- root/root usr/include/efi/efiip.h
-rw-r--r-- root/root usr/include/efi/efilib.h
-rw-r--r-- root/root usr/include/efi/efilink.h
-rw-r--r-- root/root usr/include/efi/efinet.h
-rw-r--r-- root/root usr/include/efi/efipart.h
-rw-r--r-- root/root usr/include/efi/efipciio.h
-rw-r--r-- root/root usr/include/efi/efiprot.h
-rw-r--r-- root/root usr/include/efi/efipxebc.h
-rw-r--r-- root/root usr/include/efi/efirtlib.h
-rw-r--r-- root/root usr/include/efi/efiser.h
-rw-r--r-- root/root usr/include/efi/efistdarg.h
-rw-r--r-- root/root usr/include/efi/efitcp.h
-rw-r--r-- root/root usr/include/efi/efiudp.h
-rw-r--r-- root/root usr/include/efi/efiui.h
-rw-r--r-- root/root usr/include/efi/libsmbios.h
-rw-r--r-- root/root usr/include/efi/pci22.h
drwxr-xr-x root/root usr/include/efi/protocol/
-rw-r--r-- root/root usr/include/efi/protocol/adapterdebug.h
-rw-r--r-- root/root usr/include/efi/protocol/eficonsplit.h
-rw-r--r-- root/root usr/include/efi/protocol/efidbg.h
-rw-r--r-- root/root usr/include/efi/protocol/efivar.h
-rw-r--r-- root/root usr/include/efi/protocol/intload.h
-rw-r--r-- root/root usr/include/efi/protocol/legacyboot.h
-rw-r--r-- root/root usr/include/efi/protocol/piflash64.h
-rw-r--r-- root/root usr/include/efi/protocol/vgaclass.h
-rw-r--r-- root/root usr/include/efi/romload.h
drwxr-xr-x root/root usr/include/efi/x86_64/
-rw-r--r-- root/root usr/include/efi/x86_64/efibind.h
-rw-r--r-- root/root usr/include/efi/x86_64/efilibplat.h
-rw-r--r-- root/root usr/include/efi/x86_64/pe.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/crt0-efi-x86_64.o
-rw-r--r-- root/root usr/lib/elf_x86_64_efi.lds
-rw-r--r-- root/root usr/lib/libefi.a
-rw-r--r-- root/root usr/lib/libgnuefi.a

View File

@ -1 +0,0 @@
d15d3c700e79a1e2938544d73edc572d gnu-efi_3.0u.orig.tar.gz

View File

@ -1,15 +0,0 @@
# Description: GNU EFI library
# URL: http://gnu-efi.sf.net/
# Maintainer: Thomas Penteker, tek at serverop dot de
name=gnu-efi
version=3.0u.orig
release=1
source=(http://download.sourceforge.net/${name}/${name}_${version}.tar.gz)
build() {
cd $name-3.0
sed -i "s|/usr/local|$PKG/usr|g" Make.defaults
make
make install
}