# Description: Addon pour zope # URL: http://www.zope.org/Products/ZopeInterface/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: # Run on: name=zope-interface version=3.6.1 release=1 source=(http://pypi.python.org/packages/source/z/zope.interface/zope.interface-$version.tar.gz) build() { cd zope.interface-$version python2 setup.py install --prefix=/usr --root=$PKG --optimize=1 rm $PKG/usr/lib/python*/site-packages/zope/interface/README*.txt }