updated on Thu Jan 19 04:14:35 UTC 2012
[aur-mirror.git] / python26-zope-interface / PKGBUILD
blobe7da86eb04f18bbceb492c8c3090d0b91d381da7
1 # Contributor: Maxwell Pray a.k.a. Synthead <synthead@gmail.com>
3 pkgname=python26-zope-interface
4 _pkgname=zope-interface
5 pkgver=3.8.0
6 pkgrel=1
7 pkgdesc="Separate distribution of the zope.interface package used in Zope 3"
8 license=('ZPL')
9 arch=('i686' 'x86_64')
10 url="http://pypi.python.org/pypi/zope.interface"
11 depends=('python26')
12 source=("http://pypi.python.org/packages/source/z/zope.interface/zope.interface-$pkgver.tar.gz")
13 md5sums=('8ab837320b4532774c9c89f030d2a389')
15 build() {
16         cd "$srcdir/zope.interface-$pkgver"
17         python26 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1