gnu-efi-3.0.14

This commit is contained in:
Rmys
2021-11-22 12:30:12 +02:00
committed by GitHub
parent b7dd1d1907
commit fbfc99a4bc
2 changed files with 12 additions and 2 deletions
+4 -1
View File
@@ -6,12 +6,15 @@
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def build():
shelltools.system("sed -e 's/-Werror//g' -i Make.defaults")
options="lib gnuefi inc"
autotools.make(options)
def install():
autotools.rawInstall("INSTALLROOT=%s \
PREFIX='/usr'" % get.installDIR())
PREFIX='/usr'" % get.installDIR())
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>Libry</IsA>
<Summary>Develop EFI applications for ARM-64, ARM-32, x86_64, IA-64 (IPF), and IA-32 (x86) platforms using the GNU toolchain and the EFI development environment..</Summary>
<Description>GNU toolchain and the EFI development environment..</Description>
<Archive sha1sum="72277c84e9a5fbe5be989ac358b4b2561950854c" type="tarbz2">https://sourceforge.net/projects/gnu-efi/files/gnu-efi-3.0.11.tar.bz2</Archive>
<Archive sha1sum="e46b3726478838e85d0a79d0a0d3508c4f2995cf" type="tarbz2">https://sourceforge.net/projects/gnu-efi/files/gnu-efi-3.0.14.tar.bz2</Archive>
</Source>
<Package>
@@ -26,6 +26,13 @@
</Package>
<History>
<Update release="7">
<Date>2021-11-21</Date>
<Version>3.0.14</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-11-07</Date>
<Version>3.0.11</Version>