sbsigntools ad

This commit is contained in:
Ertuğrul Erata
2017-12-14 18:45:51 +03:00
parent 9ccd6dc647
commit 731d625ffd
6 changed files with 138274 additions and 138089 deletions
+138192 -138087
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
48d5047926fdfa4000e692179add57f629789965
3258f60fec8158e7b06215c3ef566b297b13b2ec
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
d45f97615ac5b71494f7bcbbd8ca85b42d95e32b
b9914b364c2c3ebecd01afdc84280979558d36f2
+28
View File
@@ -0,0 +1,28 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2017 TUBITAK/UEKAE
# Licensed under the GNU General Public License, version 2.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
# WorkDir = ""
# NoStrip = "/"
def setup():
#shelltools.move("lib/ccan-6ac981d","lib/ccan")
shelltools.system("sh autogen.sh")
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS")
+52
View File
@@ -0,0 +1,52 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>sbsigntools</Name>
<Homepage>https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/about/</Homepage>
<Packager>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>Tools to add signatures to EFI binaries and Drivers</Summary>
<Description>Tools to add signatures to EFI binaries and Drivers</Description>
<Archive sha1sum="db179d8b55bf5b5c844e99fa15ec528a57e26d3e" target="sbsigntools-0.8" type="targz">https://dev.gentoo.org/~tamiko/distfiles/sbsigntool-0.8.tar.gz</Archive>
<Archive sha1sum="36c06cc1da55eb8c955724220b3010041ae29949" target="sbsigntools-0.8" type="targz">https://dev.gentoo.org/~tamiko/distfiles/sbsigntool-0.8-ccan.tar.gz</Archive>
<BuildDependencies>
<Dependency>openssl-devel</Dependency>
<Dependency>libutil-linux-devel</Dependency>
<Dependency>gnu-efi</Dependency>
<Dependency>help2man</Dependency>
</BuildDependencies>
<Patches>
<!--
<Patch level="1"></Patch>
-->
</Patches>
</Source>
<Package>
<Name>sbsigntools</Name>
<RuntimeDependencies>
<Dependency>openssl</Dependency>
<Dependency>libutil-linux</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-12-14</Date>
<Version>0.8</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>