tde2e new packahe

This commit is contained in:
Rmys
2025-05-20 21:52:50 +03:00
parent b05713a989
commit bbda2dde8d
7 changed files with 313174 additions and 312891 deletions
+313072 -312889
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
912891a5be897a48a57f2bcad497ccf4409ffa2f
fff928930fff40a3db9a7419bea586869e5e7485
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
24e6e747e899a5c28dfc3e902dfd7e278e678a3b
02f2a6fce8fa07396007a77f68dc874601f3a1ed
+28
View File
@@ -0,0 +1,28 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("mkdir build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DTD_E2E_ONLY=ON", sourceDir="..")
def build():
shelltools.cd("build")
cmaketools.make()
def install():
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
# shelltools.cd("..")
# pisitools.dodoc("CHANGELOG*", "LICENSE*", "README*")
+64
View File
@@ -0,0 +1,64 @@
<?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>cmake</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>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>tde2e</Name>
<Summary xml:lang="tr">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 xml:lang="tr">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>
</Source>
</PISI>