1 # Contributor: Roberto Alsina <ralsina@kde.org>
5 pkgdesc="An easy and powerful templating module for Python"
7 url="http://cherrytemplate.python-hosting.com/"
10 source=(http://downloads.sourceforge.net/sourceforge/cherrypy/CherryTemplate-$pkgver.tar.gz COPYING)
11 md5sums=('eac64303fbadff0e7af942ef7028d48e' '3bf85b0228e504c4d124a1b1e6ccd6c4')
14 cd $startdir/src/CherryTemplate-$pkgver
15 python setup.py bdist_dumb || exit 1
17 tar xzvf $startdir/src/CherryTemplate-$pkgver/dist/CherryTemplate-$pkgver.linux*.tar.gz
18 install -D ../COPYING $startdir/pkg/usr/share/licenses/cherrytemplate/COPYING