# pyreportlab/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. Presently, this package adds the following item(s) to the sys- # tem's "python" tree: # $PRODTREE/python2/lib/python2.*/site-packages/_renderPM.so # $PRODTREE/python2/lib/python2.*/site-packages/_rl_accel.so # $PRODTREE/python2/lib/python2.*/site-packages/pyHnj.so # $PRODTREE/python2/lib/python2.*/site-packages/reportlab-* # $PRODTREE/python2/lib/python2.*/site-packages/reportlab/* # $PRODTREE/python2/lib/python2.*/site-packages/sgmlop.so # Additionally, this package may update files created by lower-level # packages. # As of early 2009, the added files required about 6MB of disk space # in a normal filesystem or about 2MB in a "squashfs-lzma" filesys- # tem. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.18 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.28 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.70 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none license = See "license-reportlab.txt" in system's "python" tree patches = required proddir = none purge = no shareddir = yes tmpsize = 13M unpack = relaxed #--------------------------------------------------------------------- [depends] freetype2 pyimage python:strict python2-core:strict python2-tcltk:strict #--------------------------------------------------------------------- [build] PYTOPDIR=$PRODTREE/python2 PYLIBDIR=$PYTOPDIR/lib rm -fr \ $PYLIBDIR/python2.*/site-packages/_renderPM.so \ $PYLIBDIR/python2.*/site-packages/_rl_accel.so \ $PYLIBDIR/python2.*/site-packages/pyHnj.so \ $PYLIBDIR/python2.*/site-packages/reportlab-* \ $PYLIBDIR/python2.*/site-packages/reportlab/* \ $PYLIBDIR/python2.*/site-packages/sgmlop.so DOCDIR=$PYTOPDIR/doc mkdir -p $DOCDIR cp -p LICENSE.txt $DOCDIR/license-reportlab.txt python setup.py install strip -g $PYLIBDIR/python2.*/site-packages/_renderPM.so strip -g $PYLIBDIR/python2.*/site-packages/_rl_accel.so strip -g $PYLIBDIR/python2.*/site-packages/pyHnj.so strip -g $PYLIBDIR/python2.*/site-packages/sgmlop.so #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = Not checked yet url_home = http://www.reportlab.org/ url_lfs = Not checked yet url_tarball = http://www.reportlab.org/ftp/reportlab-2.5.zip