21 lines
458 B
Plaintext
21 lines
458 B
Plaintext
# Description: A DNS toolkit for Python.
|
|
# URL: URL: http://www.dnspython.org/
|
|
# NuTyX package info file (http://nutyx.org)
|
|
# Packager: # NuTyX package info file (http://nutyx.org)
|
|
# Depends on: python
|
|
name=python-dnspython
|
|
version=1.11.1
|
|
release=1
|
|
|
|
source=(
|
|
http://www.dnspython.org/kits/$version/dnspython-$version.tar.gz)
|
|
|
|
build() {
|
|
cd dnspython-$version
|
|
python2 setup.py install --prefix=/usr --root=$PKG
|
|
}
|
|
|
|
|
|
|
|
# NuTyX Pkgfile (http://nutyx.org)
|