# Compiling Time: 0.03 SBU # Maintainer: James Buren pkgname=efibootmgr pkgver=17 pkgrel=2 pkgdesc="A program for modifying the EFI boot manager." url="https://github.com/vathpela" depends=('pciutils>=3.5.1-3' 'efivar>=37-2') groups=('base') archs=('x86_64') _F_github_author="rhinstaller" _F_github_tag=y Finclude github source+=(https://github.com/rhboot/efibootmgr/commit/99b578501643377e0b1994b2a068b790d189d5ad.patch) sha1sums=('9251d346285f96844049d305d5c021f434f7c6de' \ '681fb78bf208b6f54ef87902eb7e567aef52164f') options+=('force' 'static') build() { Fcd Fsed "-Werror" "" Make.defaults Fpatchall make EFIDIR=frugalware EXTRA_CFLAGS=" $CFLAGS" || Fdie Fexerel src/$pkgname /usr/sbin/$pkgname Fmanrel src/$pkgname.8 } # optimization OK