summaryrefslogtreecommitdiffstats
path: root/zope-interface/Pkgfile
blob: aa67a5c51d75f572734f29d2af20036f9fe68be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: Addon pour zope
# URL: http://www.zope.org/Products/ZopeInterface/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: setuptools
# Run on:

name=zope-interface
version=4.0.1
release=1
source=(http://pypi.python.org/packages/source/z/zope.interface/zope.interface-$version.tar.gz)


build() {
	cd zope.interface-$version
	python2.7 setup.py install --prefix=/usr --root=$PKG --optimize=1
}