efibootmgr: update to 0.11.0.
This commit is contained in:
parent
91acaf3459
commit
1a90c55fcf
|
@ -1,19 +1,17 @@
|
||||||
# Template file for 'efibootmgr'
|
# Template file for 'efibootmgr'
|
||||||
pkgname=efibootmgr
|
pkgname=efibootmgr
|
||||||
version=0.7.0
|
version=0.11.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="git"
|
|
||||||
makedepends="libefivar-devel zlib-devel pciutils-devel"
|
makedepends="libefivar-devel zlib-devel pciutils-devel"
|
||||||
short_desc="Tool to modify UEFI Firmware Boot Manager Variables"
|
short_desc="Tool to modify UEFI Firmware Boot Manager Variables"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/vathpela/efibootmgr"
|
homepage="https://github.com/vathpela/efibootmgr"
|
||||||
|
distfiles="https://github.com/vathpela/efibootmgr/releases/download/efibootmgr-${version}/efibootmgr-${version}.tar.bz2"
|
||||||
|
checksum=f27ce3d7588512017bceb2d2a29aef110499a662a21550afa1158f9950f976d1
|
||||||
|
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
|
||||||
do_fetch() {
|
|
||||||
git clone -b ${pkgname}-${version} git://github.com/vathpela/${pkgname} ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make EXTRA_CFLAGS="$CFLAGS" ${makejobs}
|
make EXTRA_CFLAGS="$CFLAGS" ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue