#Packager: Frédéric Galusik pkgname=python-reportlab pkgver=2.6 pkgrel=1fg #arch=noarch source=(http://www.reportlab.org/ftp/reportlab-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/fredg/packages/$pkgname/$pkgver/ docs=("install.txt" "changes.txt" "license.txt" "readme.txt") url=http://www.reportlab.org/rl_toolkit.html slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "python-reportlab (A proven industry-strength PDF generating solution)" "he ReportLab Toolkit is the time-proven, ultra-robust open-source " "engine for programatically creating PDF documents and forms the " "foundation of RML; it also contains a library for creating " "platform-independent vector graphics. It's a fast, flexible, cross " "platform solution written in Python." ) build() { cd $SRC/reportlab-$pkgver python setup.py install --prefix=/usr --root=$PKG }