mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
efibootmgr: update to 16.
This commit is contained in:
parent
0b8e75046e
commit
d24d105170
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'efibootmgr'
|
# Template file for 'efibootmgr'
|
||||||
pkgname=efibootmgr
|
pkgname=efibootmgr
|
||||||
version=15
|
version=16
|
||||||
revision=2
|
revision=1
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libefivar-devel zlib-devel pciutils-devel popt-devel"
|
makedepends="libefivar-devel zlib-devel pciutils-devel popt-devel"
|
||||||
short_desc="Tool to modify UEFI Firmware Boot Manager Variables"
|
short_desc="Tool to modify UEFI Firmware Boot Manager Variables"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/rhinstaller/efibootmgr"
|
homepage="https://github.com/rhinstaller/efibootmgr"
|
||||||
distfiles="https://github.com/rhinstaller/efibootmgr/releases/download/${version}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://github.com/rhinstaller/efibootmgr/releases/download/${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=2081add77eb0641805386acd0a0fbbe6dbfb71831b814507ef49087f748333f9
|
checksum=950795fb4b58a09fb69e93c120d624000253f1241134469495c7a9def731f65f
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
conf_files="/etc/default/efibootmgr-kernel-hook"
|
conf_files="/etc/default/efibootmgr-kernel-hook"
|
||||||
|
|
||||||
|
@ -25,12 +25,14 @@ esac
|
||||||
do_build() {
|
do_build() {
|
||||||
make EXTRA_CFLAGS="$CFLAGS" ${makejobs} EFIDIR="void" EFI_LOADER="${EFI_LOADER}"
|
make EXTRA_CFLAGS="$CFLAGS" ${makejobs} EFIDIR="void" EFI_LOADER="${EFI_LOADER}"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin src/efibootdump
|
vbin src/efibootdump
|
||||||
vman src/efibootdump.8
|
vman src/efibootdump.8
|
||||||
vbin src/efibootmgr
|
vbin src/efibootmgr
|
||||||
vman src/efibootmgr.8
|
vman src/efibootmgr.8
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
vmkdir etc/
|
vmkdir etc/
|
||||||
|
|
Loading…
Add table
Reference in a new issue