libotr:add pisi-2.0

This commit is contained in:
alihanozturk
2015-11-22 19:32:38 +02:00
parent 57d91198c1
commit fcae9d8a7d
3 changed files with 119 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/usr/bin/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 autotools
from pisi.actionsapi import pisitools
def setup():
autotools.autoreconf("-fi")
autotools.configure("--disable-static")
def build():
autotools.make()
def install():
autotools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
+86
View File
@@ -0,0 +1,86 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libotr</Name>
<Homepage>http://www.cypherpunks.ca/otr/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Portable OTR (Off The Record) messaging library</Summary>
<Description>OTR messaging allows you to have private conversations over instant messaging.</Description>
<Archive sha1sum="df30bc87a7a8f37678dd679d17fa1f9638ea247e" type="targz">https://otr.cypherpunks.ca/libotr-4.1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>libgcrypt-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libotr</Name>
<RuntimeDependencies>
<Dependency>libgcrypt</Dependency>
<Dependency>libgpg-error</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>libotr-devel</Name>
<Summary>Development files for libotr</Summary>
<RuntimeDependencies>
<Dependency release="current">libotr</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="doc">/usr/share/doc/libotr/html</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2015-11-22</Date>
<Version>4.1.0</Version>
<Comment>Rebuild, add dep</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2015-02-17</Date>
<Version>4.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-04-07</Date>
<Version>4.0.0</Version>
<Comment>Rebuild.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-02-01</Date>
<Version>4.0.0</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-09-01</Date>
<Version>3.2.1</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libotr</Name>
<Summary xml:lang="tr">Taşınabilir OTR (Off The Record/Kayıt dışı) mesajlaşma kitaplığı</Summary>
<Description xml:lang="tr">OTR mesajlaşma, hızlı mesajlaşma araçları ile gizli sohbetler yapmanızı sağlar.</Description>
</Source>
<Package>
<Name>libotr-devel</Name>
<Summary xml:lang="tr">libotr için geliştirme dosyaları</Summary>
</Package>
</PISI>