pspec.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>sbsigntools</Name>
  6. <Homepage>https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/about/</Homepage>
  7. <Packager>
  8. <Name>Ertuğrul Erata</Name>
  9. <Email>ertugrulerata@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Tools to add signatures to EFI binaries and Drivers</Summary>
  14. <Description>Tools to add signatures to EFI binaries and Drivers</Description>
  15. <Archive sha1sum="db179d8b55bf5b5c844e99fa15ec528a57e26d3e" target="sbsigntools-0.8" type="targz">https://dev.gentoo.org/~tamiko/distfiles/sbsigntool-0.8.tar.gz</Archive>
  16. <Archive sha1sum="36c06cc1da55eb8c955724220b3010041ae29949" target="sbsigntools-0.8" type="targz">https://dev.gentoo.org/~tamiko/distfiles/sbsigntool-0.8-ccan.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>openssl-devel</Dependency>
  19. <Dependency>libutil-linux-devel</Dependency>
  20. <Dependency>gnu-efi</Dependency>
  21. <Dependency>help2man</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <!--
  25. <Patch level="1"></Patch>
  26. -->
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>sbsigntools</Name>
  31. <RuntimeDependencies>
  32. <Dependency>openssl</Dependency>
  33. <Dependency>libutil-linux</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="man">/usr/share/man</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="1">
  43. <Date>2017-12-14</Date>
  44. <Version>0.8</Version>
  45. <Comment>First release</Comment>
  46. <Name>Ertuğrul Erata</Name>
  47. <Email>ertugrulerata@gmail.com</Email>
  48. </Update>
  49. </History>
  50. </PISI>