1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>efitools</Name>
- <Homepage>http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app</IsA>
- <Summary>UEFI güvenli önyükleme platformlarını işleme araçları</Summary>
- <Description>Tools for manipulating UEFI secure boot platforms</Description>
- <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>
- <BuildDependencies>
- <Dependency>gnu-efi</Dependency>
- <Dependency>help2man</Dependency>
- <Dependency>sbsigntools</Dependency>
- <Dependency>perl-File-Slurp</Dependency>
- <Dependency>openssl-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">upstream.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>efitools</Name>
- <RuntimeDependencies>
- <Dependency>openssl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="library">/usr/share/efitools/efi</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2017-12-16</Date>
- <Version>1.7.0</Version>
- <Comment>First release.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|