milis/talimatname/genel/p/python-docutils/talimat

16 lines
385 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: Düz metin dökümanlarını HTML, XML veya LaTeX gibi formatlara dönüştürmek için araçlar seti
# URL: http://docutils.sourceforge.net
# Paketçi: milisarge
# Gerekler: python
isim=python-docutils
surum=0.12
devir=1
kaynak=(http://downloads.sourceforge.net/docutils/docutils-$surum.tar.gz)
derle() {
cd docutils-$surum
python2 setup.py install --root=$PKG
}