aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/py-twisted-conch/APKBUILD
blob: 997c9fa64333148e75f1708a4cec3d1d875502f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py-twisted-conch
pkgver=15.1.0
pkgrel=0
pkgdesc="SSH and SFTP protocol implementation together with clients and servers"
url="http://twistedmatrix.com/trac/wiki/TwistedConch"
arch="noarch"
license="MIT"
depends="py-twisted py-crypto py-asn1"
makedepends="python-dev"
source="http://twistedmatrix.com/Releases/Conch/${pkgver%.*}/TwistedConch-$pkgver.tar.bz2"

_builddir="$srcdir"/TwistedConch-$pkgver
prepare() {
	local i
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
}

build() {
	cd "$_builddir"
	python setup.py build || return 1
}

package() {
	cd "$_builddir"
	python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}

md5sums="73c9c432b614655d6dcf5db4c00e632f  TwistedConch-15.1.0.tar.bz2"
sha256sums="51dc4d3ab3f13e64a196046e3d722689f87c586f3ebe42e287c2063fdd48bb4c  TwistedConch-15.1.0.tar.bz2"
sha512sums="912d9a288fcc6bb3e8babee75325ea7a384e364d227f0629bbb5af8c813cff75dbeb38755d2f0eb5bd5ac243c45c4ed5f1c9e01bf0d693b027adeeef59ebd691  TwistedConch-15.1.0.tar.bz2"