import efitbootmgr and gnu-efi from contrib
This commit is contained in:
parent
1c2088b88a
commit
32197789b9
6
efibootmgr/.footprint
Normal file
6
efibootmgr/.footprint
Normal file
@ -0,0 +1,6 @@
|
||||
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
|
1
efibootmgr/.md5sum
Normal file
1
efibootmgr/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
1adcda5218f79444b3aadb7598f01bed efibootmgr-0.6.0.tar.gz
|
15
efibootmgr/Pkgfile
Normal file
15
efibootmgr/Pkgfile
Normal file
@ -0,0 +1,15 @@
|
||||
# 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
|
||||
}
|
49
gnu-efi/.footprint
Normal file
49
gnu-efi/.footprint
Normal file
@ -0,0 +1,49 @@
|
||||
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
|
1
gnu-efi/.md5sum
Normal file
1
gnu-efi/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
d15d3c700e79a1e2938544d73edc572d gnu-efi_3.0u.orig.tar.gz
|
15
gnu-efi/Pkgfile
Normal file
15
gnu-efi/Pkgfile
Normal file
@ -0,0 +1,15 @@
|
||||
# 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user