From 7bb556c46d2fb50876b697cfe1bf426f253648f2 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 21 May 2010 13:49:28 +0000 Subject: py-twisted-web2: renamed from twisted-web2 --- testing/py-twisted-web2/APKBUILD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 testing/py-twisted-web2/APKBUILD (limited to 'testing') diff --git a/testing/py-twisted-web2/APKBUILD b/testing/py-twisted-web2/APKBUILD new file mode 100644 index 0000000000..de0a6d3755 --- /dev/null +++ b/testing/py-twisted-web2/APKBUILD @@ -0,0 +1,20 @@ +# Contributor: Francesco Colista +# Maintainer: Francesco Colista + +pkgname=py-twisted-web2 +pkgver=8.1.0 +pkgrel=0 +pkgdesc="The twisted.web2 package in Twisted." +url="http://twistedmatrix.com/" +license="GPL" +depends="py-twisted" +makedepends="python-dev" +source="http://tmrc.mit.edu/mirror/twisted/Web2/8.1/TwistedWeb2-$pkgver.tar.bz2" + +build() { + cd "$srcdir"/TwistedWeb2-8.1.0/ + python setup.py install --prefix=/usr --root="$pkgdir" || return 1 +} + + +md5sums="e34b48edf6fef075bd41ddbd215aed32 TwistedWeb2-8.1.0.tar.bz2" -- cgit v1.2.3