Info2: << Package: python-potr-py%type_pkg[python] Version: 1.0.0beta5 Revision: 1 Type: python (2.6 2.7 3.1 3.2) Description: Python implementation of the OTR protocol DescDetail: << python-potr is a pure python implementation of the OTR protocol (Off-the-Record encryption, see the OTR website for more information). This gives developers the flexibility to implement OTR encryption for their python-based Instant Messaging clients. A gajim-otr plugin will be available in the next major Gajim release to provide IM encryption independently of the underlying chat protocol. This package also includes the command line utility 'convertkey' for converting the old OTR file format to the new one. << Maintainer: Hans-Christoph Steiner License: LGPL Homepage: http://python-otr.pentabarf.de/ # Source: https://github.com/afflux/pure-python-otr/tarball/%v SourceRename: python-potr-%v.tar.gz SourceDirectory: afflux-pure-python-otr-bc92e13 Source-MD5: adfe3aec7471b6970f37181052d5f327 # Depends: python%type_pkg[python], pycrypto-py%type_pkg[python] BuildDepends: fink (>= 0.24.12) CompileScript: %p/bin/python%type_raw[python] setup.py build InstallScript: << %p/bin/python%type_raw[python] setup.py install --root=%d install -d %i/bin install -p -m0755 %b/src/tools/convertkey.py %i/bin/convertkey-py%type_pkg[python] perl -pi -e 's;#!/usr/bin/python2;#!%p/bin/python%type_raw[python];' %i/bin/convertkey-py%type_pkg[python] << DocFiles: CHANGELOG LICENSE README.md PostInstScript: << update-alternatives --install %p/bin/convertkey convertkey %p/bin/convertkey-py%type_pkg[python] %type_pkg[python] << PreRmScript: << update-alternatives --remove convertkey %p/bin/convertkey-py%type_pkg[python] << <<