summaryrefslogtreecommitdiffstats
path: root/main/py-twisted-names/APKBUILD
blob: bfc31f569f0cb8f60d6f1b9ed224a76471a2754f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Contributor: Jeff Bilyk <jbilyk@alpinelinux.org>
# Maintainer:

pkgname=py-twisted-names
_pkgname=TwistedNames
pkgver=12.0.0
pkgrel=0
pkgdesc="Python Twisted Names DNS server and resolver library"
url="http://twistedmatrix.com/trac/wiki/TwistedNames"
arch="noarch"
license="MIT"
depends="py-twisted"
makedepends="python-dev"
source="http://twistedmatrix.com/Releases/Names/12.0/$_pkgname-$pkgver.tar.bz2"

build() {
	cd "$srcdir"/$_pkgname-$pkgver/
	python setup.py install --prefix=/usr --root="$pkgdir" || return 1

}

md5sums="1e7b0f1c60d550712245455080f85115  TwistedNames-12.0.0.tar.bz2"