17 lines
520 B
Plaintext
17 lines
520 B
Plaintext
# Description: A separate distribution of the zope.interface package from Zope 3
|
|
# URL: http://www.zope.org/Products/ZopeInterface
|
|
# Maintainer: Matt Housh, jaeger at crux dot nu
|
|
# Depends on: python
|
|
|
|
name=zopeinterface
|
|
version=3.1.0c1
|
|
release=1
|
|
source=(http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/testing/5/stoq/python-zopeinterface/ZopeInterface-$version.tgz)
|
|
|
|
build() {
|
|
cd ZopeInterface-$version
|
|
python setup.py build
|
|
python setup.py install --root=$PKG
|
|
find $PKG -name "README*txt" -exec rm -f '{}' \;
|
|
}
|