25 lines
873 B
Text
25 lines
873 B
Text
# Template file for 'efibootmgr'
|
|
pkgname=efibootmgr
|
|
version=0.5.4
|
|
revision=1
|
|
makedepends="zlib-devel pciutils-devel"
|
|
short_desc="Tool to modify UEFI Firmware Boot Manager Variables"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://linux.dell.com/efibootmgr/"
|
|
distfiles="http://linux.dell.com/efibootmgr/permalink/${pkgname}-${version}.tar.gz"
|
|
checksum=b562a47a4f5327494992f2ee6ae14a75c5aeb9b4a3a78a06749d5cd2917b8e71
|
|
long_desc="
|
|
This is efibootmgr, a Linux user-space application to modify the Intel
|
|
Extensible Firmware Interface (EFI) Boot Manager. This application
|
|
can create and destroy boot entries, change the boot order, change
|
|
the next running boot option, and more."
|
|
|
|
do_build() {
|
|
CFLAGS= make ${makejobs}
|
|
}
|
|
|
|
do_install() {
|
|
vinstall src/efibootmgr/efibootmgr 755 usr/sbin
|
|
vinstall src/man/man8/efibootmgr.8 644 usr/share/man/man8
|
|
}
|