# Compiling Time: 0.03 SBU # Maintainer: James Buren pkgname=efibootmgr pkgver=0.12 pkgrel=3 pkgdesc="A program for modifying the EFI boot manager." url="https://github.com/vathpela" depends=('pciutils>=3.5.0' 'efivar>=0.21-2') groups=('base') archs=('!i686' 'x86_64') up2date="Flasttar https://github.com/vathpela/efibootmgr-devel/releases" source=($url/$pkgname-devel/archive/$pkgname-$pkgver.tar.gz) sha1sums=('83b745818786eb4ad93c5960215ad0498b2d139f') build() { Fcd $pkgname-devel-$pkgname-$pkgver Fpatchall make EXTRA_CFLAGS=" $CFLAGS" || Fdie Fexerel src/$pkgname/$pkgname /usr/sbin/$pkgname Fmanrel src/man/man8/$pkgname.8 } # optimization OK