milis/talimatname/genel/z/zim/talimat

21 lines
550 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.

# Tanım: Wiki kavramını masaüstüne getirmeyi amaçlayan bir WYSIWYG metin editörü.
# URL: http://zim-wiki.org/
# Paketçi: Cihan Alkan
# Gerekler: python-gtk dejavu-ttf
# Grup: ağ
isim=zim
surum=0.67
devir=1
kaynak=(http://zim-wiki.org/downloads/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
for file in zim/inc/xdot.py; do
sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
done
sed -i 's|\t\tinstall_class.run(self)|&\n\t\treturn None|' setup.py
python2 setup.py install --root=$PKG --optimize=1
}