pebrot stable port information

Package: pebrot
Version: 0.8.8
Revision: 2
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 773392904defc14e6264832b0d0c620d
Homepage: http://pebrot.sourceforge.net/
Maintainer: Pierre-Henri Lavigne
License: GPL
Description: MSN messenger text mode client
DescDetail: <<
Pebrot is a text MSN messenger client implemented with Python. It has also
a pretty and colorful Curses-based interface.
It is developed under Linux and should work fine on any other *nixes.
<<
BuildDepends: libncurses5
Depends: libncurses5-shlibs, python25 (>= 1:2.5.1-3)
DocFiles: AUTHORS COPYING ChangeLog INSTALL PKG-INFO README logos pebrotrc
CompileScript: <<
#!/bin/sh -ev
%p/bin/python2.5 setup.py build
<<
InstallScript: <<
#!/bin/sh -ev
%p/bin/python2.5 setup.py install --root=%d --prefix=%p
<<