# emwave2d/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package has been renamed. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.22 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.23 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.27 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.73 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes ldbefore = -lm -lc license = See "license*.txt" in installed tree licfile = COPYING nls = disabled nosyslinks = yes tmpsize = 3M #--------------------------------------------------------------------- [depends] actools bmp2png gawk grep gtkcore libglade2 pkgconf sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE NOCONFIGURE=yes sh ./autogen.sh rm -f src/*.o bash ./configure \ --prefix=$PKGDIR_PROD \ --disable-dependency-tracking \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin DATADIR=$PKGDIR_PROD/data MISCDIR=$PKGDIR_PROD/misc SHADIR=$PKGDIR_PROD/share mkdir -p $BINDIR $DATADIR $MISCDIR (rmdir $SHADIR || true) SPCICONS=$PKGDIR_SPECIAL/icons SPCWRAP=$PKGDIR_SPECIAL/wrappers cp -a $SPCICONS/ocaalert.png $MISCDIR/alert.png pushd examples bmp2png *.bmp rm *.bmp cp -a * $DATADIR/ popd pushd $BINDIR mv emwave2d{,.bin} sed -e 's|__META_PREFIX__|$PKGDIR_PROD|' \ < $SPCWRAP/emwave2d.wrapper.in \ > emwave2d chmod 755 emwave2d popd #--------------------------------------------------------------------- # 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://emwave2d.physics-live.org/ url_lfs = n/a url_tarball = http://www.physics-live.org/download/\ emwave2d-0.3-src.tgz