diff options
author | Thomas Penteker <tek@serverop.de> | 2014-02-13 14:48:23 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2014-02-13 14:48:23 +0100 |
commit | 32197789b94ee7f2336a8d7adb1c81d46967e571 (patch) | |
tree | 90d3b8c28557f3120309208b50edb4a1b422fdca /efibootmgr | |
parent | 1c2088b88a5787cabd69763cf12fe9e0a4e8d060 (diff) | |
download | opt-32197789b94ee7f2336a8d7adb1c81d46967e571.tar.gz opt-32197789b94ee7f2336a8d7adb1c81d46967e571.tar.xz |
import efitbootmgr and gnu-efi from contrib
Diffstat (limited to 'efibootmgr')
-rw-r--r-- | efibootmgr/.footprint | 6 | ||||
-rw-r--r-- | efibootmgr/.md5sum | 1 | ||||
-rw-r--r-- | efibootmgr/Pkgfile | 15 |
3 files changed, 22 insertions, 0 deletions
diff --git a/efibootmgr/.footprint b/efibootmgr/.footprint new file mode 100644 index 000000000..82280d970 --- /dev/null +++ b/efibootmgr/.footprint @@ -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 diff --git a/efibootmgr/.md5sum b/efibootmgr/.md5sum new file mode 100644 index 000000000..c118ed4cf --- /dev/null +++ b/efibootmgr/.md5sum @@ -0,0 +1 @@ +1adcda5218f79444b3aadb7598f01bed efibootmgr-0.6.0.tar.gz diff --git a/efibootmgr/Pkgfile b/efibootmgr/Pkgfile new file mode 100644 index 000000000..213def410 --- /dev/null +++ b/efibootmgr/Pkgfile @@ -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 +} |