commit bc76abe2ae0f695dbfcee59d63785e61c2bfb865 Author: Matt Housh <jaeger@crux.ninja> Date: Thu Aug 6 16:33:37 2015 -0500 efivar: initial import, version 0.21 diff --git a/efivar/.footprint b/efivar/.footprint new file mode 100644 index 0000000..9b9cd72 --- /dev/null +++ b/efivar/.footprint @@ -0,0 +1,55 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/efivar +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/efivar/ +-rw-r--r-- root/root usr/include/efivar/efiboot-creator.h +-rw-r--r-- root/root usr/include/efivar/efiboot-loadopt.h +-rw-r--r-- root/root usr/include/efivar/efiboot.h +-rw-r--r-- root/root usr/include/efivar/efivar-dp.h +-rw-r--r-- root/root usr/include/efivar/efivar-guids.h +-rw-r--r-- root/root usr/include/efivar/efivar.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libefiboot.so -> libefiboot.so.0.21 +lrwxrwxrwx root/root usr/lib/libefiboot.so.0 -> libefiboot.so.0.21 +-rwxr-xr-x root/root usr/lib/libefiboot.so.0.21 +lrwxrwxrwx root/root usr/lib/libefivar.so -> libefivar.so.0.21 +lrwxrwxrwx root/root usr/lib/libefivar.so.0 -> libefivar.so.0.21 +-rwxr-xr-x root/root usr/lib/libefivar.so.0.21 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/efiboot.pc +-rw-r--r-- root/root usr/lib/pkgconfig/efivar.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/efivar.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/efi_append_variable.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_del_variable.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_get_next_variable_name.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_get_variable.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_get_variable_attributes.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_get_variable_size.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_guid_to_id_guid.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_guid_to_name.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_guid_to_str.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_guid_to_symbol.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_name_to_guid.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_set_variable.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_str_to_guid.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_symbol_to_guid.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_variable_alloc.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_variable_export.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_variable_free.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_variable_get_attributes.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_variable_get_data.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_variable_get_guid.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_variable_get_name.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_variable_import.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_variable_realize.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_variable_set_attributes.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_variable_set_data.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_variable_set_guid.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_variable_set_name.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_variable_t.3.gz +-rw-r--r-- root/root usr/share/man/man3/efi_variables_supported.3.gz diff --git a/efivar/.md5sum b/efivar/.md5sum new file mode 100644 index 0000000..3068f93 --- /dev/null +++ b/efivar/.md5sum @@ -0,0 +1 @@ +7aa910eb493e3758b023fac3fdf7bd83 efivar-0.21.tar.bz2 diff --git a/efivar/Pkgfile b/efivar/Pkgfile new file mode 100644 index 0000000..e43b930 --- /dev/null +++ b/efivar/Pkgfile @@ -0,0 +1,15 @@ +# Description: Tools and library to manipulate EFI variables +# URL: https://github.com/rhinstaller/efivar +# Maintainer: Thomas Penteker, tek at serverop dot de +# Depends on: popt + +name=efivar +version=0.21 +release=1 +source=(https://github.com/rhinstaller/$name/releases/download/$version/$name-$versi...) + +build() { + cd $name-$version + make + make libdir=/usr/lib DESTDIR=$PKG install +}