the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: twisted2-words-py%type_pkg[python]
Version: 8.2.0
Revision: 1
Architecture: i386, powerpc
Description: Chat and instant-messaging
DescDetail: <<
Twisted Words includes:
* Low-level protocol implementations of OSCAR (AIM and ICQ),
IRC, MSN, TOC (AIM).
* Jabber libraries.
* Prototypes of chat server and client frameworks built on top
of the protocols.
<<
Source: http://tmrc.mit.edu/mirror/twisted/Words/8.2/TwistedWords-%v.tar.bz2
Source-MD5: 7067b9e66f8fb85657e9044ffbd28e17
Distribution: (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6)
Depends: python%type_pkg[python], twisted2-py%type_pkg[python] (>= 8.2.0-1)
CompileScript: <<
%p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
#!/bin/sh -ev
%p/bin/python%type_raw[python] setup.py install --root=%d
mkdir -p %i/share/doc/twisted2-words-py%type_pkg[python]
cp -R doc %i/share/doc/twisted2-words-py%type_pkg[python]/doc
mv %i/bin/im %i/bin/im%type_raw[python]
cd %i/share/doc/%n/doc/man
mkdir -p %i/share/man/man1
for FILE in *.1; do
NAME=`echo $FILE | cut -d '.' -f 1`
mv -v $FILE %i/share/man/man1/"$NAME"%type_raw[python].1
done
<<
PostInstScript: <<
update-alternatives --install %p/bin/im im %p/bin/im%type_raw[python] %type_pkg[python]\
--slave %p/share/man/man1/im.1 im.1 %p/share/man/man1/im%type_raw[python].1
<<
PreRmScript: <<
update-alternatives --remove im %p/bin/im%type_raw[python]
<<
DocFiles: LICENSE NEWS README
License: OSI-Approved
Homepage: http://twistedmatrix.com/projects/words/
Maintainer: None
DescPackaging: <<
Maintainer (<= 0.3.0-1): Daniel Henninger
0.3.0-3 Renamed executables to language-versioned forms and
utilized update-alternatives--dmacks
Maintainer (<= 8.2.0-1): Pepe Barbe
<<
# Info2
<<