contrib/mako/Pkgfile

18 lines
459 B
Plaintext
Raw Normal View History

2007-04-28 13:31:19 +02:00
# Description: Hyperfast and lightweight templating for the Python
# URL: http://www.makotemplates.org/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: James Mills, prologic at shortcircuit dot net dot au
#
# Depends on: python
name=mako
version=0.1.5
release=1
source=(http://www.makotemplates.org/downloads/Mako-$version.tar.gz)
build() {
cd Mako-$version
python setup.py install --root=$PKG
chown -R root:root $PKG
}