Added papyon-0.5.4 build template.
--HG-- branch : gnome3
This commit is contained in:
parent
f7306b9d6a
commit
fcd78a90f1
1 changed files with 33 additions and 0 deletions
33
srcpkgs/papyon/template
Normal file
33
srcpkgs/papyon/template
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Template file for 'papyon'
|
||||||
|
pkgname=papyon
|
||||||
|
version=0.5.4
|
||||||
|
distfiles="http://www.freedesktop.org/software/papyon/releases/papyon-${version}.tar.gz"
|
||||||
|
build_style=python-module
|
||||||
|
short_desc="MSN library purely written in Python"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=600ecb2480c4fca0efa7aa6df8665e75fdf7b7d38fa3ae23214436eb057e8ff3
|
||||||
|
long_desc="
|
||||||
|
Features
|
||||||
|
- MSNP15
|
||||||
|
- Best MSNP2P implementation : avatars and custom emoticons
|
||||||
|
- Yahoo messenger contacts support : chat and presence
|
||||||
|
- Live Address Book support : full contact and group management
|
||||||
|
- Server side contacts aliasing
|
||||||
|
- Offline messages support
|
||||||
|
- MSN Spaces
|
||||||
|
- Content Roaming support : avatar, display name and personal message storage
|
||||||
|
- Full support for HTTP and HTTPS proxies
|
||||||
|
- Support HTTP Polling transport
|
||||||
|
- No threads, fully asynchronous
|
||||||
|
- Caching system (only used for storing the SSO tickets for now, but will be
|
||||||
|
used to support deltas in the AddressBook later)
|
||||||
|
- Very solid and extensible architecture
|
||||||
|
- Solid networking through a new sublibrary : gnet"
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
Add_dependency full python
|
||||||
|
Add_dependency full pygobject
|
||||||
|
Add_dependency full pyopenssl
|
||||||
|
Add_dependency full pycrypto
|
||||||
|
Add_dependency full gst-python
|
||||||
|
Add_dependency full farsight2
|
Loading…
Reference in a new issue