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

17 lines
335 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Python için bir DNS araç seti.
2017-04-12 14:59:21 +02:00
# URL: http://www.dnspython.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python
2017-04-12 14:59:21 +02:00
2016-02-24 01:27:23 +01:00
name=python-dnspython
version=1.11.1
release=1
source=(
http://www.dnspython.org/kits/$version/dnspython-$version.tar.gz)
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd dnspython-$version
python2 setup.py install --prefix=/usr --root=$PKG
}