mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 18:17:16 +08:00
added new app: papyon
This commit is contained in:
parent
f23f3b3501
commit
c88628aee6
24
papyon/PKGBUILD
Normal file
24
papyon/PKGBUILD
Normal file
@ -0,0 +1,24 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=papyon
|
||||
pkgver=0.5.5
|
||||
pkgrel=1
|
||||
pkgdesc="papyon is the library behind the msn connection manager: telepathy-butterfly."
|
||||
arch=('any')
|
||||
url="http://www.freedesktop.org/wiki/Software/papyon"
|
||||
license=("GPL")
|
||||
depends=('pygobject' 'pyopenssl' 'pycrypto')
|
||||
source=(http://www.freedesktop.org/software/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('5ff20d18103d09177ad6f3c2e82747c1')
|
||||
|
||||
package(){
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
python2 setup.py install --root="${pkgdir}" --optimize=1
|
||||
sed -i "s|env python|env python2|" "${pkgdir}/usr/lib/python2.7/site-packages/papyon/msnp2p/test.py"
|
||||
}
|
Loading…
Reference in New Issue
Block a user