diff --git a/network/chat/libotr/actions.py b/network/chat/libotr/actions.py new file mode 100644 index 0000000000..74824acefe --- /dev/null +++ b/network/chat/libotr/actions.py @@ -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") diff --git a/network/chat/libotr/pspec.xml b/network/chat/libotr/pspec.xml new file mode 100644 index 0000000000..989c2c383e --- /dev/null +++ b/network/chat/libotr/pspec.xml @@ -0,0 +1,86 @@ + + + + + libotr + http://www.cypherpunks.ca/otr/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + Portable OTR (Off The Record) messaging library + OTR messaging allows you to have private conversations over instant messaging. + https://otr.cypherpunks.ca/libotr-4.1.0.tar.gz + + libgcrypt-devel + + + + + libotr + + libgcrypt + libgpg-error + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + + libotr-devel + Development files for libotr + + libotr + + + /usr/include + /usr/lib/pkgconfig + /usr/share/aclocal + /usr/share/doc/libotr/html + + + + + + 2015-11-22 + 4.1.0 + Rebuild, add dep + Alihan Öztürk + alihan@pisilinux.org + + + 2015-02-17 + 4.1.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-04-07 + 4.0.0 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-01 + 4.0.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-09-01 + 3.2.1 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + diff --git a/network/chat/libotr/translations.xml b/network/chat/libotr/translations.xml new file mode 100644 index 0000000000..cad88c3857 --- /dev/null +++ b/network/chat/libotr/translations.xml @@ -0,0 +1,13 @@ + + + + libotr + Taşınabilir OTR (Off The Record/Kayıt dışı) mesajlaşma kitaplığı + OTR mesajlaşma, hızlı mesajlaşma araçları ile gizli sohbetler yapmanızı sağlar. + + + + libotr-devel + libotr için geliştirme dosyaları + +