mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
21 lines
766 B
Bash
21 lines
766 B
Bash
# $Id: PKGBUILD 23443 2009-01-11 12:13:04Z douglas $
|
|
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
|
|
# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>
|
|
|
|
pkgname=twisted
|
|
pkgver=8.2.0
|
|
pkgrel=1
|
|
pkgdesc="Asynchronous networking framework written in Python."
|
|
arch=('i686' 'x86_64')
|
|
url="http://twistedmatrix.com/"
|
|
license=('MIT')
|
|
depends=('python' 'pycrypto' 'zope-interface')
|
|
source=(http://tmrc.mit.edu/mirror/twisted/Twisted/${pkgver%.*}/Twisted-${pkgver}.tar.bz2)
|
|
|
|
build() {
|
|
cd $startdir/src/Twisted-$pkgver
|
|
python setup.py install --prefix=/usr --root=$startdir/pkg
|
|
install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
|
|
}
|
|
md5sums=('c85f151999df3ecf04c49a781b4438d2')
|
|
md5sums=('c85f151999df3ecf04c49a781b4438d2')
|