summaryrefslogtreecommitdiff
path: root/efivar
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2015-08-06 16:33:37 -0500
committerMatt Housh <jaeger@crux.ninja>2015-08-06 16:33:37 -0500
commitbc76abe2ae0f695dbfcee59d63785e61c2bfb865 (patch)
tree10ef3a735e556def27d98b123189e2b63399baa6 /efivar
parent4b17654f3358858d97958daeba98cfa60841b727 (diff)
downloadopt-bc76abe2ae0f695dbfcee59d63785e61c2bfb865.tar.gz
opt-bc76abe2ae0f695dbfcee59d63785e61c2bfb865.tar.xz
efivar: initial import, version 0.21
Diffstat (limited to 'efivar')
-rw-r--r--efivar/.footprint55
-rw-r--r--efivar/.md5sum1
-rw-r--r--efivar/Pkgfile15
3 files changed, 71 insertions, 0 deletions
diff --git a/efivar/.footprint b/efivar/.footprint
new file mode 100644
index 000000000..9b9cd7299
--- /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 000000000..3068f93f5
--- /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 000000000..e43b93030
--- /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-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ make
+ make libdir=/usr/lib DESTDIR=$PKG install
+}

Generated by cgit