1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?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>
|