void-packages/srcpkgs/efibootmgr/template

23 lines
708 B
Bash
Raw Normal View History

2012-07-03 13:42:09 +02:00
# Template file for 'efibootmgr'
pkgname=efibootmgr
2014-11-01 08:46:45 +01:00
version=0.11.0
2015-05-08 17:15:52 +02:00
revision=4
build_pie=yes
2014-06-10 10:56:59 +02:00
makedepends="libefivar-devel zlib-devel pciutils-devel"
2012-07-03 13:42:09 +02:00
short_desc="Tool to modify UEFI Firmware Boot Manager Variables"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2012-07-03 13:42:09 +02:00
license="GPL-2"
2014-06-10 10:56:59 +02:00
homepage="https://github.com/vathpela/efibootmgr"
2014-11-01 08:46:45 +01:00
distfiles="https://github.com/vathpela/efibootmgr/releases/download/efibootmgr-${version}/efibootmgr-${version}.tar.bz2"
checksum=f27ce3d7588512017bceb2d2a29aef110499a662a21550afa1158f9950f976d1
2012-07-03 13:42:09 +02:00
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
2012-07-03 13:42:09 +02:00
do_build() {
2014-06-10 10:56:59 +02:00
make EXTRA_CFLAGS="$CFLAGS" ${makejobs}
2012-07-03 13:42:09 +02:00
}
do_install() {
vbin src/efibootmgr/efibootmgr
vman src/man/man8/efibootmgr.8
2012-07-03 13:42:09 +02:00
}