contrib/zope.interface/Pkgfile
2012-12-16 21:47:56 +11:00

16 lines
443 B
Plaintext

# Description: Zope3 interface library.
# URL: http://pypi.python.org/pypi/zope.interface/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Lucas Hazel, lucas at die dot net dot au
# Depends on: distribute
name=zope.interface
version=4.0.2
release=1
source=(http://pypi.python.org/packages/source/z/$name/$name-$version.tar.gz)
build() {
cd $name-$version
python setup.py install --root=$PKG --prefix=/usr
}