liblzf, libtpms new package

This commit is contained in:
Rmys
2022-10-23 17:47:22 +03:00
parent 7e34c4b9c4
commit ffa96da9b6
11 changed files with 596 additions and 2 deletions
+61
View File
@@ -0,0 +1,61 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libtpms</Name>
<Homepage>https://github.com/stefanberger/libtpms</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Library providing Trusted Platform Module (TPM) functionality</Summary>
<Icon>libtpms</Icon>
<Description>Güvenilir Platform Modülü (TPM) işlevselliği sağlayan kitaplık</Description>
<Archive sha1sum="27ccc78defc7a124d82d8790ae24d27e8870eea0" type="targz">https://github.com/stefanberger/libtpms/archive/refs/tags/v0.9.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>openssl-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>libtpms.patch</Patch>
<Patch level="1">libtpms.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libtpms</Name>
<RuntimeDependencies>
<Dependency>openssl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libtpms-devel</Name>
<Summary>Development files for libtpms</Summary>
<RuntimeDependencies>
<Dependency release="current">libtpms</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-10-23</Date>
<Version>0.9.5</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>