pspec.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>efitools</Name>
  6. <Homepage>http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app</IsA>
  13. <Summary>UEFI güvenli önyükleme platformlarını işleme araçları</Summary>
  14. <Description>Tools for manipulating UEFI secure boot platforms</Description>
  15. <Archive sha1sum="d334cc3f02edc84eb920c16a1630188d61b34269" type="targz">https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git/snapshot/efitools-1.7.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gnu-efi</Dependency>
  18. <Dependency>help2man</Dependency>
  19. <Dependency>sbsigntools</Dependency>
  20. <Dependency>perl-File-Slurp</Dependency>
  21. <Dependency>openssl-devel</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <Patch level="1">upstream.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>efitools</Name>
  29. <RuntimeDependencies>
  30. <Dependency>openssl</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="data">/usr/share</Path>
  35. <Path fileType="man">/usr/share/man</Path>
  36. <Path fileType="library">/usr/share/efitools/efi</Path>
  37. <Path fileType="doc">/usr/share/doc</Path>
  38. </Files>
  39. </Package>
  40. <History>
  41. <Update release="1">
  42. <Date>2017-12-16</Date>
  43. <Version>1.7.0</Version>
  44. <Comment>First release.</Comment>
  45. <Name>Mustafa Cinasal</Name>
  46. <Email>muscnsl@gmail.com</Email>
  47. </Update>
  48. </History>
  49. </PISI>