Files
2025-05-20 22:11:16 +03:00

67 lines
2.5 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>tde2e</Name>
<Homepage>https://github.com/tdlib/td/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>boost</License>
<IsA>library</IsA>
<Summary>TDLib (Telegram Database library) is a cross-platform library for building Telegram clients. It can be easily used from almost any programming language.</Summary>
<Description>TDLib (Telegram Veritabanı kütüphanesi), Telegram istemcileri oluşturmak için çapraz platformlu bir kütüphanedir. Hemen hemen her programlama dilinden kolayca kullanılabilir.</Description>
<Archive sha1sum="96bf24fb32fac2ac85e8fa45e51ede2db5449bfd" type="zip">https://github.com/tdlib/td/archive/51743dfd01dff6179e2d8f7095729caa4e2222e9/51743dfd01dff6179e2d8f7095729caa4e2222e9.zip</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>cmake</Dependency>
<Dependency>gperf</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>readline-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>tdlib.patch</Patch>
<Patch level="1">tdlib.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>tde2e</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>openssl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>tde2e-devel</Name>
<Summary>Development files for tde2e</Summary>
<RuntimeDependencies>
<Dependency release="current">tde2e</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-05-09</Date>
<Version>1.8.49</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>