1
0
forked from ports/contrib

efibootmgr: initial import

This commit is contained in:
Thomas Penteker 2011-12-19 01:18:32 +01:00
parent 97a9490ec9
commit de0410b1c3
3 changed files with 22 additions and 0 deletions

6
efibootmgr/.footprint Normal file
View 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
View File

@ -0,0 +1 @@
cfcf24752d6461b73f7ba964bbf73169 efibootmgr-0.5.4.tar.gz

15
efibootmgr/Pkgfile Normal file
View 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.5.4
release=1
source=(http://linux.dell.com/efibootmgr/efibootmgr-$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
}