pspec.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fwupd-efi</Name>
  6. <Homepage>https://github.com/fwupd/fwupd-efi</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>Firmware update EFI binaries</Summary>
  14. <Description>Firmware update EFI binaries</Description>
  15. <Archive sha1sum="147b36f75fca288fd01d9ed4150866344d57df27" type="tarxz">https://people.freedesktop.org/~hughsient/releases/fwupd-efi-1.4.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>meson</Dependency>
  18. <Dependency>gnu-efi</Dependency>
  19. <Dependency>python3-pefile</Dependency>
  20. </BuildDependencies>
  21. <!--
  22. <Patches>
  23. <Patch>fwupd-efi.patch</Patch>
  24. <Patch level="1">fwupd-efi.patch</Patch>
  25. </Patches>
  26. -->
  27. </Source>
  28. <Package>
  29. <Name>fwupd-efi</Name>
  30. <RuntimeDependencies>
  31. <!-- <Dependency>Dep1</Dependency> -->
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/libexec</Path>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="data">/usr/share</Path>
  37. <Path fileType="doc">/usr/share/doc</Path>
  38. </Files>
  39. </Package>
  40. <History>
  41. <Update release="2">
  42. <Date>2023-03-12</Date>
  43. <Version>1.4</Version>
  44. <Comment>Version bump.</Comment>
  45. <Name>Mustafa Cinasal</Name>
  46. <Email>muscnsl@gmail.com</Email>
  47. </Update>
  48. <Update release="1">
  49. <Date>2021-10-20</Date>
  50. <Version>1.1</Version>
  51. <Comment>First release</Comment>
  52. <Name>PisiLinux Community</Name>
  53. <Email>admins@pisilinux.org</Email>
  54. </Update>
  55. </History>
  56. </PISI>