# pyfpdb/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. Presently, this package adds the following item(s) to the sys- # tem's "python" tree: # $PRODTREE/python2/bin/pyfpdb # $PRODTREE/python2/lib/python2.*/site-packages/fpdb-* # $PRODTREE/python2/lib/python2.*/site-packages/fpdb # Additionally, this package may update files created by lower-level # packages. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.02 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.03 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.18 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none license = GNU Affero General Public License, version 3 (Nov. 2007) revision = numeric tmpsize = 5M unpack = none #--------------------------------------------------------------------- [depends] python:strict python2-core:strict python2-tcltk:strict #--------------------------------------------------------------------- [build] PROGDIR=$PKGDIR_PROD/program BINDIR=$PKGDIR_PROD/bin PYTOPDIR=$PRODTREE/python2 PYBINDIR=$PYTOPDIR/bin PYLIBDIR=$PYTOPDIR/lib # This block is needed because the source tarball has a nonstandard # structure: mkdir fpdb-0.20.1 cd fpdb-0.20.1 tar jxf $PKGDIR_MASTER/fpdb-0.20.1.tar.bz2 for x in $PKGDIR_SPECIAL/*.spcpat do patch -p1 < $x done mkdir -p $BINDIR $PROGDIR mkdir -p $PYBINDIR $PYLIBDIR rm -fr \ $PYBINDIR/pyfpdb \ $PYLIBDIR/python2.*/site-packages/fpdb-* \ $PYLIBDIR/python2.*/site-packages/fpdb/* touch THANKS.txt python setup.py install rm -f $PYLIBDIR/python2.*/site-packages/fpdb/*.pyc chmod 755 pyfpdb/fpdb.pyw cp -a pyfpdb/* $PROGDIR/ #--------------------------------------------------------------------- # 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://sourceforge.net/apps/mediawiki/fpdb/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/\ fpdb/fpdb-0.20.1.tar.bz2