Zope SlackBuild
December 6, 2005
Here's a SlackBuild I made for a Zope3 slackware package. Use it. Change it. Whatever.
This should be used for personal packaging only. One problem that I'm having with this SlackBuild is that when it creates and the pyc files it seems to hardcode the the error/warning callback tracing (whatever it's called) code with the temporary install path. I was told that running compileall.py on all of the installed files should fix this. Oh yeah, don't forget the slack-desc:
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
zope: Zope
zope:
zope: Zope is an Open Source object oriented web application server written
zope: in the programming language Python. Zope stands for "Z Object
zope: Publishing Enviroment." It can be almost fully managed with a web-
zope: based interface. Zope publishes the web Python objects that are\
zope: typically persisted in an object database, ZODB.
zope:
zope: Python 2.3.5 is preferred. Otherwise, Python 2.4.1+.
zope: Python 2.4.2 supports 64 bits.
zope:
Here's the SlackBuild: Zope.SlackBuild