contrib/zopeinterface/Pkgfile

17 lines
463 B
Plaintext
Raw Normal View History

2007-10-19 13:20:37 +02:00
# Description: Zope3 interface library.
# URL: http://www.zope.org/Products/ZopeInterface
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Lucas Hazel, lucas at die dot net dot au
# Depends on: python
name=zopeinterface
version=3.3.0
release=1
source=(http://www.zope.org/Products/ZopeInterface/$version/zope.interface-$version.tar.gz)
build() {
cd zope.interface-$version
python setup.py install --root=$PKG --prefix=/usr
}