pspec.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>efivar</Name>
  6. <Homepage>https://github.com/vathpela/efivar</Homepage>
  7. <Packager>
  8. <Name>Aydın Demirel</Name>
  9. <Email>aydin.demirel@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPL2.1</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Tools and library to manipulate EFI variables</Summary>
  14. <Description>Tools and library to manipulate EFI variables.</Description>
  15. <Archive sha1sum="ae5b4c3aeb29fe0ef5212142b0a21d6f003dd266" type="tarbz2">https://github.com/rhinstaller/efivar/releases/download/31/efivar-31.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>popt-devel</Dependency>
  18. </BuildDependencies>
  19. <Patches>
  20. <!--<Patch level="1">0001-Workaround-rename-of-linux-nvme.h.patch</Patch>-->
  21. <!--<Patch level="1">deprecated-readdir_r.patch</Patch>-->
  22. <!--Patch level="1">efivar-no-static.patch</Patch-->
  23. </Patches>
  24. </Source>
  25. <Package>
  26. <Name>efivar</Name>
  27. <RuntimeDependencies>
  28. <Dependency>popt</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. <Path fileType="executable">/usr/bin</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>efivar-devel</Name>
  38. <RuntimeDependencies>
  39. <Dependency>popt-devel</Dependency>
  40. <Dependency release="current">efivar</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="header">/usr/include</Path>
  44. <Path fileType="data">/usr/lib/pkgconfig</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="6">
  49. <Date>2017-12-09</Date>
  50. <Version>31</Version>
  51. <Comment>Version bump</Comment>
  52. <Name>Ertuğrul Erata</Name>
  53. <Email>ertugrulerata@gmail.com</Email>
  54. </Update>
  55. <Update release="5">
  56. <Date>2017-01-24</Date>
  57. <Version>26</Version>
  58. <Comment>Version bump.</Comment>
  59. <Name>Stefan Gronewold(groni)</Name>
  60. <Email>groni@pisilinux.org</Email>
  61. </Update>
  62. <Update release="1">
  63. <Date>2016-03-29</Date>
  64. <Version>0.23</Version>
  65. <Comment>First release</Comment>
  66. <Name>Osman Erkan</Name>
  67. <Email>osman.erkan@pisilinux.org</Email>
  68. </Update>
  69. </History>
  70. </PISI>