parent
2ac6eab5dc
commit
0e865248f8
|
@ -2,7 +2,10 @@
|
||||||
pkgname=fwupdate
|
pkgname=fwupdate
|
||||||
version=12
|
version=12
|
||||||
revision=1
|
revision=1
|
||||||
|
archs="x86_64* i686* aarch64* arm*"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_install_args="EFIDIR=void LIBDIR=/usr/lib"
|
||||||
|
make_build_args="EFIDIR=void GNUEFIDIR=/usr/lib"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="elfutils-devel gnu-efi-libs libefivar-devel popt-devel"
|
makedepends="elfutils-devel gnu-efi-libs libefivar-devel popt-devel"
|
||||||
checkdepends="libabigail-tools"
|
checkdepends="libabigail-tools"
|
||||||
|
@ -12,8 +15,6 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/rhboot/fwupdate"
|
homepage="https://github.com/rhboot/fwupdate"
|
||||||
distfiles="https://github.com/rhboot/fwupdate/releases/download/${version}/fwupdate-${version}.tar.bz2"
|
distfiles="https://github.com/rhboot/fwupdate/releases/download/${version}/fwupdate-${version}.tar.bz2"
|
||||||
checksum=4167d569f14e00ecf620c369ab34709e4bb1574ed588ef2e2398667e9e968703
|
checksum=4167d569f14e00ecf620c369ab34709e4bb1574ed588ef2e2398667e9e968703
|
||||||
make_build_args="EFIDIR=void GNUEFIDIR=/usr/lib"
|
|
||||||
make_install_args="EFIDIR=void LIBDIR=/usr/lib"
|
|
||||||
nocross="fails to find efi.h"
|
nocross="fails to find efi.h"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Reference in New Issue