1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>fwupd-efi</Name>
- <Homepage>https://github.com/fwupd/fwupd-efi</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <Summary>Firmware update EFI binaries</Summary>
- <Description>Firmware update EFI binaries</Description>
- <Archive sha1sum="147b36f75fca288fd01d9ed4150866344d57df27" type="tarxz">https://people.freedesktop.org/~hughsient/releases/fwupd-efi-1.4.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>gnu-efi</Dependency>
- <Dependency>python3-pefile</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch>fwupd-efi.patch</Patch>
- <Patch level="1">fwupd-efi.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>fwupd-efi</Name>
- <RuntimeDependencies>
- <!-- <Dependency>Dep1</Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/libexec</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2023-03-12</Date>
- <Version>1.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2021-10-20</Date>
- <Version>1.1</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|