milis/talimatname/genel/telepathy-python/talimat

20 lines
521 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Telepathy istemcilerinde ve bağlantı yöneticilerinde kullanmak için Python kütüphaneleri
# URL: http://telepathy.freedesktop.org
# Packager: alihan-ozturk28@hotmail.com
# Depends on: dbus-python libxslt
name=telepathy-python
version=0.15.19
release=1
source=(http://telepathy.freedesktop.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
python -m compileall $PKG/usr/lib/python2.7/site-packages/telepathy/
}