Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv7631

Added Files:
        otrfileconverter-py.info 
Log Message:
new package of new software

--- NEW FILE: otrfileconverter-py.info ---
Info2: <<
Package: otrfileconverter-py%type_pkg[python]
Version: 0.0.0
Revision: 1
Type: python (2.5 2.6 2.7 3.1 3.2)
Description: Convert OTR keys between IM programs
DescDetail: <<
 This project is for converting the various OTR file formats between
 each other.  We are focusing on two major versions: libotr format and
 otr4j, and then a few variants of those major formats.
<<
Maintainer: Hans-Christoph Steiner <h...@eds.org>
License: DFSG-Approved
Homepage: https://github.com/guardianproject/otrfileconverter
#
Source: https://github.com/guardianproject/otrfileconverter/tarball/%v
SourceRename: otrfileconverter-%v.tar.gz
SourceDirectory: guardianproject-otrfileconverter-08f64ef
Source-MD5: e6fe5c60e6ae6357ecd79fe32cc8406b
#
Depends: python%type_pkg[python], pycrypto-py%type_pkg[python], 
pyparsing-py%type_pkg[python], pyjavaproperties-py%type_pkg[python], 
python-potr-py%type_pkg[python], gnupg-interface-py%type_pkg[python], 
pyasn1-py%type_pkg[python]
BuildDepends: fink (>= 0.24.12), setuptools-py%type_pkg[python]

CompileScript: %p/bin/python%type_raw[python] setup.py build

InfoTest: <<
#       TestScript: %p/bin/python%type_raw[python] %b/otrfileconverter_test.py 
|| exit 2
<<

InstallScript: <<
  %p/bin/python%type_raw[python] setup.py install --root=%d
  mv %i/bin/otrfileconverter  %i/bin/otrfileconverter-py%type_pkg[python]
  mv %i/bin/otrfileconverter-gui  
%i/bin/otrfileconverter-gui-py%type_pkg[python]
<<

DocFiles: README.txt LICENSE.txt

PostInstScript: <<
  if [ "$1" = configure ]; then
    update-alternatives --install %p/bin/otrfileconverter otrfileconverter 
%p/bin/otrfileconverter-py%type_pkg[python] %type_pkg[python]
    update-alternatives --install %p/bin/otrfileconverter-gui 
otrfileconverter-gui %p/bin/otrfileconverter-gui-py%type_pkg[python] 
%type_pkg[python]
  fi
<<
PreRmScript: <<
  if [ "$1" = remove ]; then
    update-alternatives --remove otrfileconverter 
%p/bin/otrfileconverter-py%type_pkg[python]
    update-alternatives --remove otrfileconverter-gui 
%p/bin/otrfileconverter-gui-py%type_pkg[python]
  fi
<<
#

<<


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to