mbedtls new package

This commit is contained in:
Rmys
2021-11-09 21:25:15 +03:00
parent 6519d53c35
commit b360fea659
8 changed files with 452 additions and 69 deletions
+58
View File
@@ -0,0 +1,58 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>mbedtls</Name>
<Homepage>https://github.com/ARMmbed/mbedtls</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Apache</License>
<IsA>library</IsA>
<Summary>Cryptographic library for embedded systems</Summary>
<Description>Gömülü sistemler için kriptografik kitaplık</Description>
<Archive sha1sum="036496467be56b21c4afd76e8728e5ff43cd4d57" type="targz">https://github.com/ARMmbed/mbedtls/archive/refs/tags/v2.27.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>python3</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>mbedtls.patch</Patch>
<Patch level="1">mbedtls.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>mbedtls</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>mbedtls-devel</Name>
<Summary>Development files for mbedtls</Summary>
<RuntimeDependencies>
<Dependency release="current">mbedtls</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-11-09</Date>
<Version>2.27.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>