# Template file for 'gnu-efi-libs' pkgname=gnu-efi-libs version=3.0w revision=1 wrksrc="gnu-efi-${version/w/}" makedepends="pciutils-devel" nostrip=yes short_desc="Library for building UEFI Applications using GNU toolchain" maintainer="Juan RP " license="GPL-2" homepage="http://sourceforge.net/projects/gnu-efi/" update_pkgname=gnu-efi distfiles="${SOURCEFORGE_SITE}/gnu-efi/gnu-efi_${version}.orig.tar.gz" checksum=d5c5ca168d25bb54ea936a25175d7626778001f788bddc60dbed103874583621 do_build() { unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS make make -C apps all } do_install() { make INSTALLROOT=${DESTDIR} PREFIX=/usr LIBDIR=/usr/lib install case "$XBPS_TARGET_MACHINE" in i686*) _EFI_ARCH="ia32";; x86_64*) _EFI_ARCH="x86_64";; esac vmkdir usr/share/gnu-efi/apps/${_EFI_ARCH} install -Dm644 apps/*.efi ${DESTDIR}/usr/share/gnu-efi/apps/${_EFI_ARCH} }