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

18 lines
337 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: Python için bir DNS araç seti.
# URL: http://www.dnspython.org/
# Paketçi: milisarge
# Gerekler: python
# Grup: ağ
isim=python-dnspython
surum=1.11.1
devir=1
kaynak=(
http://www.dnspython.org/kits/$surum/dnspython-$surum.tar.gz)
derle() {
cd dnspython-$surum
python2 setup.py install --prefix=/usr --root=$PKG
}