efitools add upstream patch

This commit is contained in:
Ertuğrul Erata
2017-12-16 21:13:35 +03:00
parent 8f2b0336ce
commit 477ecb0e4a
3 changed files with 3203 additions and 2 deletions
+5 -1
View File
@@ -9,10 +9,14 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def build():
shelltools.export("ARCH","x86_64")
autotools.make() autotools.make()
def install(): def install():
shelltools.export("ARCH","x86_64")
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
#pisitools.dodoc("COPYING", "README") #pisitools.dodoc("COPYING", "README")
File diff suppressed because it is too large Load Diff
+4 -1
View File
@@ -20,6 +20,9 @@
<Dependency>perl-File-Slurp</Dependency> <Dependency>perl-File-Slurp</Dependency>
<Dependency>openssl-devel</Dependency> <Dependency>openssl-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches>
<Patch level="1">upstream.patch</Patch>
</Patches>
</Source> </Source>
<Package> <Package>
<Name>efitools</Name> <Name>efitools</Name>
@@ -36,7 +39,7 @@
</Package> </Package>
<History> <History>
<Update release="1"> <Update release="1">
<Date>2017-12-15</Date> <Date>2017-12-16</Date>
<Version>1.7.0</Version> <Version>1.7.0</Version>
<Comment>First release.</Comment> <Comment>First release.</Comment>
<Name>Mustafa Cinasal</Name> <Name>Mustafa Cinasal</Name>