contrib/flup/Pkgfile
Lucas Hazel 89d2aa0750 Revert "flup: downgrade to 1.0"
This reverts commit dd4ba10c5d564de3ca779e8d78ce29070cb1e6e1.
2009-02-26 22:01:13 +11:00

16 lines
408 B
Plaintext

# Description: Python modules for setting up a FastCGI server (ex. lighttpd)
# URL: http://trac.saddi.com/flup
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Depends on: python
name=flup
version=1.0.1
release=1
source=(http://www.saddi.com/software/$name/dist/$name-$version.tar.gz)
build () {
cd $name-$version
python setup.py install --root=$PKG
find $PKG -name '*egg-info' | xargs rm -rf
}