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

name=zope-interface
version=3.3.0
release=1
source=(http://www.zope.org/Products/ZopeInterface/$version/zope.interface-$version.tar.gz)


build() {
	cd zope.interface-$version
	python2 setup.py install --prefix=/usr --root=$PKG
	rm $PKG/usr/lib/python*/site-packages/zope/interface/README*.txt
}