# schroedinger/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.37 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.63 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.75 minutes) - HP EliteBook 8560w 32GB RAM 00.07 hours (or 004.20 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] fortran = disabled license = See "license*.txt" in installed tree licfile = COPYING.MIT nls = disabled tmpsize = 13M #--------------------------------------------------------------------- [depends] actools gawk grep liboil liborc pkgconf sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE export LACLDDIRS=$PRODTREE/gcc/lib bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-gtk-doc \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE # The following code disables the package's testsuite. If this isn't # done, a FTFBS will occur. cp -p $PKGDIR_SPECIAL/testsuite-makefile-stub \ testsuite/Makefile #--------------------------------------------------------------------- [build] export LACLDDIRS=$PRODTREE/gcc/lib smpmake && make install #--------------------------------------------------------------------- [postbuild] INCDIR=$PKGDIR_PROD/include LIBDIR=$PKGDIR_PROD/lib SHADIR=$PKGDIR_PROD/share pushd $INCDIR ln -s schroedinger-1.0/schroedinger . popd pushd $LIBDIR sed -e "s@\($PRODTREE\)/lib/\(liborc-0.4.la\)@\1/liborc/lib/\2@g" \ -i *.la popd rm -fr $SHADIR/gtk-doc (rmdir $SHADIR || true) #--------------------------------------------------------------------- # 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 = n/a url_home = May be orphaned url_lfs = n/a url_tarball = http://diracvideo.org/download/schroedinger/\ schroedinger-1.0.11.tar.gz