milis/talimatname/genel/p/pdfshuffler/talimat

25 lines
614 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: Pdf belgelerini birleştirme veya bölme ve döndürme, kırpma ve sayfalarını yeniden düzenleme
# URL: http://sourceforge.net/projects/pdfshuffler/
# Paketçi: Cihan_Alkan
# Gerekler: python-poppler pypdf
# Grup: ofis_duzenleyici
isim=pdfshuffler
surum=0.6.0
devir=1
kaynak=(http://downloads.sourceforge.net/$isim/$isim-$surum.tar.gz
pdfshuffler-tr.po)
derle() {
# python2 fix
find $isim-$surum -name "*.py" -exec \
sed -i "s/python/&2/" {} \;
cd $isim-$surum
mv ../pdfshuffler-tr.po $SRC/$isim-$surum/po/tr.po
python setup.py build
python setup.py install --root="$PKG"
}