fwupdate: set nocross.
This commit is contained in:
parent
eb5f33b12d
commit
16f19164c0
1 changed files with 3 additions and 2 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'fwupdate'
|
# Template file for 'fwupdate'
|
||||||
pkgname=fwupdate
|
pkgname=fwupdate
|
||||||
version=10
|
version=10
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="popt-devel libefivar-devel gnu-efi-libs elfutils-devel"
|
makedepends="popt-devel libefivar-devel gnu-efi-libs elfutils-devel"
|
||||||
short_desc="Tool for using the ESRT and UpdateCapsule() to apply firmware updates"
|
short_desc="Tool for using the ESRT and UpdateCapsule() to apply firmware updates"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-2"
|
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=73f42c6097049ab4490e88bd7742ac962f892e6660ee2af40254605d011ef33a
|
checksum=73f42c6097049ab4490e88bd7742ac962f892e6660ee2af40254605d011ef33a
|
||||||
make_build_args="EFIDIR=void GNUEFIDIR=/usr/lib"
|
make_build_args="EFIDIR=void GNUEFIDIR=/usr/lib"
|
||||||
make_install_args="EFIDIR=void LIBDIR=/usr/lib"
|
make_install_args="EFIDIR=void LIBDIR=/usr/lib"
|
||||||
|
nocross="fails to find efi.h"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64|i686) makedepends+=" libsmbios-devel" ;;
|
x86_64|i686) makedepends+=" libsmbios-devel" ;;
|
||||||
|
|
Loading…
Reference in a new issue