forked from ports/contrib
efibootmgr: initial import
This commit is contained in:
parent
97a9490ec9
commit
de0410b1c3
6
efibootmgr/.footprint
Normal file
6
efibootmgr/.footprint
Normal 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
1
efibootmgr/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
cfcf24752d6461b73f7ba964bbf73169 efibootmgr-0.5.4.tar.gz
|
15
efibootmgr/Pkgfile
Normal file
15
efibootmgr/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user