2012-07-03 13:42:09 +02:00
|
|
|
# Template file for 'efibootmgr'
|
|
|
|
pkgname=efibootmgr
|
2013-05-01 08:51:06 +02:00
|
|
|
version=0.6.0
|
2014-03-14 11:10:59 +01:00
|
|
|
revision=3
|
2012-07-03 13:42:09 +02:00
|
|
|
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"
|
2013-05-01 08:51:06 +02:00
|
|
|
checksum=5167488b92950e60028d1025942ce6bda04638c6fb5e110abb8c8f687844d155
|
2012-07-03 13:42:09 +02:00
|
|
|
|
2014-03-14 11:10:59 +01:00
|
|
|
only_for_archs="i686 x86_64"
|
|
|
|
|
2012-07-03 13:42:09 +02:00
|
|
|
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
|
|
|
|
}
|