efitools add upstream patch
This commit is contained in:
@@ -9,10 +9,14 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
def build():
|
||||
shelltools.export("ARCH","x86_64")
|
||||
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
shelltools.export("ARCH","x86_64")
|
||||
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
#pisitools.dodoc("COPYING", "README")
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -20,6 +20,9 @@
|
||||
<Dependency>perl-File-Slurp</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">upstream.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>efitools</Name>
|
||||
@@ -36,7 +39,7 @@
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-12-15</Date>
|
||||
<Date>2017-12-16</Date>
|
||||
<Version>1.7.0</Version>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
|
||||
Reference in New Issue
Block a user