forked from kiss-community/repo
core: Added incomplete efi packages.
This commit is contained in:
parent
4f60df09c4
commit
963ca8ea1a
9
core/efibootmgr/build
Executable file
9
core/efibootmgr/build
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
make EXTRA_CFLAGS=-Os EFIDIR=/boot/EFI
|
||||
|
||||
install -d "$1/usr/bin/"
|
||||
install -Dm0755 efibootmgr/src/efibootmgr "$1/usr/bin/efibootmgr"
|
||||
|
||||
install -d "$1/usr/share/man/man8/"
|
||||
install -Dm0644 efibootmgr/src/efibootmgr.8 "$1/usr/share/man/man8/efibootmgr.8"
|
1
core/efibootmgr/checksums
Normal file
1
core/efibootmgr/checksums
Normal file
@ -0,0 +1 @@
|
||||
22a95ebe0d5c9fb2915b3a100450f8f37484d1dbb8b296f55b343cc84f10397d 17.tar.gz
|
1
core/efibootmgr/depends
Normal file
1
core/efibootmgr/depends
Normal file
@ -0,0 +1 @@
|
||||
efivar
|
1
core/efibootmgr/licenses
Normal file
1
core/efibootmgr/licenses
Normal file
@ -0,0 +1 @@
|
||||
GPL-2.0-or-later
|
1
core/efibootmgr/sources
Normal file
1
core/efibootmgr/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/rhboot/efibootmgr/archive/17.tar.gz
|
1
core/efibootmgr/version
Normal file
1
core/efibootmgr/version
Normal file
@ -0,0 +1 @@
|
||||
17 1
|
13
core/efivar/build
Executable file
13
core/efivar/build
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
make libdir=/usr/lib/ \
|
||||
bindir=/usr/bin/ \
|
||||
mandir=/usr/share/man/ \
|
||||
includedir=/usr/include/
|
||||
|
||||
make libdir=/usr/lib/ \
|
||||
bindir=/usr/bin/ \
|
||||
mandir=/usr/share/man/ \
|
||||
includedir=/usr/include/ \
|
||||
DESTDIR="$1" \
|
||||
install
|
1
core/efivar/checksums
Normal file
1
core/efivar/checksums
Normal file
@ -0,0 +1 @@
|
||||
3c67feb93f901b98fbb897d5ca82931a6698b5bcd6ac34f0815f670d77747b9f efivar-37.tar.bz2
|
1
core/efivar/licenses
Normal file
1
core/efivar/licenses
Normal file
@ -0,0 +1 @@
|
||||
LGPL-2.1-or-later
|
65
core/efivar/manifest
Normal file
65
core/efivar/manifest
Normal file
@ -0,0 +1,65 @@
|
||||
/var/db/kiss/efivar/version
|
||||
/var/db/kiss/efivar/sources
|
||||
/var/db/kiss/efivar/manifest
|
||||
/var/db/kiss/efivar/licenses
|
||||
/var/db/kiss/efivar/checksums
|
||||
/var/db/kiss/efivar/build
|
||||
/var/db/kiss/efivar/
|
||||
/var/db/kiss/
|
||||
/var/db/
|
||||
/var/
|
||||
/usr/share/man/man3/efi_variable_t.3
|
||||
/usr/share/man/man3/efi_variables_supported.3
|
||||
/usr/share/man/man3/efi_variable_set_name.3
|
||||
/usr/share/man/man3/efi_variable_set_guid.3
|
||||
/usr/share/man/man3/efi_variable_set_data.3
|
||||
/usr/share/man/man3/efi_variable_set_attributes.3
|
||||
/usr/share/man/man3/efi_variable_realize.3
|
||||
/usr/share/man/man3/efi_variable_import.3
|
||||
/usr/share/man/man3/efi_variable_get_name.3
|
||||
/usr/share/man/man3/efi_variable_get_guid.3
|
||||
/usr/share/man/man3/efi_variable_get_data.3
|
||||
/usr/share/man/man3/efi_variable_get_attributes.3
|
||||
/usr/share/man/man3/efi_variable_free.3
|
||||
/usr/share/man/man3/efi_variable_export.3
|
||||
/usr/share/man/man3/efi_variable_alloc.3
|
||||
/usr/share/man/man3/efi_symbol_to_guid.3
|
||||
/usr/share/man/man3/efi_str_to_guid.3
|
||||
/usr/share/man/man3/efi_set_variable.3
|
||||
/usr/share/man/man3/efi_name_to_guid.3
|
||||
/usr/share/man/man3/efi_guid_to_symbol.3
|
||||
/usr/share/man/man3/efi_guid_to_str.3
|
||||
/usr/share/man/man3/efi_guid_to_name.3
|
||||
/usr/share/man/man3/efi_guid_to_id_guid.3
|
||||
/usr/share/man/man3/efi_get_variable_size.3
|
||||
/usr/share/man/man3/efi_get_variable_attributes.3
|
||||
/usr/share/man/man3/efi_get_variable.3
|
||||
/usr/share/man/man3/efi_get_next_variable_name.3
|
||||
/usr/share/man/man3/efi_del_variable.3
|
||||
/usr/share/man/man3/efi_append_variable.3
|
||||
/usr/share/man/man3/
|
||||
/usr/share/man/man1/efivar.1
|
||||
/usr/share/man/man1/
|
||||
/usr/share/man/
|
||||
/usr/share/
|
||||
/usr/lib/pkgconfig/efivar.pc
|
||||
/usr/lib/pkgconfig/efiboot.pc
|
||||
/usr/lib/pkgconfig/
|
||||
/usr/lib/libefivar.so.1.37
|
||||
/usr/lib/libefivar.so.1
|
||||
/usr/lib/libefivar.so
|
||||
/usr/lib/libefiboot.so.1.37
|
||||
/usr/lib/libefiboot.so.1
|
||||
/usr/lib/libefiboot.so
|
||||
/usr/lib/
|
||||
/usr/include/efivar/efivar.h
|
||||
/usr/include/efivar/efivar-guids.h
|
||||
/usr/include/efivar/efivar-dp.h
|
||||
/usr/include/efivar/efiboot-loadopt.h
|
||||
/usr/include/efivar/efiboot.h
|
||||
/usr/include/efivar/efiboot-creator.h
|
||||
/usr/include/efivar/
|
||||
/usr/include/
|
||||
/usr/bin/efivar
|
||||
/usr/bin/
|
||||
/usr/
|
1
core/efivar/sources
Normal file
1
core/efivar/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/rhboot/efivar/releases/download/37/efivar-37.tar.bz2
|
1
core/efivar/version
Normal file
1
core/efivar/version
Normal file
@ -0,0 +1 @@
|
||||
37 1
|
Loading…
Reference in New Issue
Block a user