24 lines
690 B
Text
24 lines
690 B
Text
# Template file for 'Twisted'
|
|
pkgname=Twisted
|
|
version=13.1.0
|
|
revision=1
|
|
build_style=python-module
|
|
makedepends="python-devel zope.interface>=4.0.1 pycrypto pyopenssl"
|
|
short_desc="Event-driven networking engine written in Python"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://twistedmatrix.com/"
|
|
license="MIT"
|
|
distfiles="http://twistedmatrix.com/Releases/Twisted/${version%.*}/Twisted-${version}.tar.bz2"
|
|
checksum=110e957dd8fc4c6eaba8abe4f0477e60b2873e3cf1c260325863fd2ef69341c6
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends="${makedepends}"
|
|
fi
|
|
|
|
Twisted_package() {
|
|
depends="zope.interface>=4.0.1 pycrypto pyopenssl"
|
|
pycompile_module="twisted"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|