fwupdate: set nocross.

This commit is contained in:
maxice8 2018-03-19 08:29:49 -03:00 committed by Enno Boland
parent eb5f33b12d
commit 16f19164c0

View file

@ -1,18 +1,19 @@
# Template file for 'fwupdate'
pkgname=fwupdate
version=10
revision=1
revision=2
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="popt-devel libefivar-devel gnu-efi-libs elfutils-devel"
short_desc="Tool for using the ESRT and UpdateCapsule() to apply firmware updates"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="GPL-2"
license="GPL-2.0-or-later"
homepage="https://github.com/rhboot/fwupdate"
distfiles="https://github.com/rhboot/fwupdate/releases/download/${version}/fwupdate-${version}.tar.bz2"
checksum=73f42c6097049ab4490e88bd7742ac962f892e6660ee2af40254605d011ef33a
make_build_args="EFIDIR=void GNUEFIDIR=/usr/lib"
make_install_args="EFIDIR=void LIBDIR=/usr/lib"
nocross="fails to find efi.h"
case "$XBPS_TARGET_MACHINE" in
x86_64|i686) makedepends+=" libsmbios-devel" ;;