# fishsupper/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.50 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.55 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.03 hours (or 001.77 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] exepack = yes ldbefore = -lSDL-1.2 -lX11 -lc license = See "license*.txt" in installed tree licfile = COPYING nosyslinks = yes tmpsize = 9M setpaths = sdl xorg #--------------------------------------------------------------------- [depends] actools alsa gawk grep jpeg libpng sdl xorg #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --disable-dependency-tracking \ --mandir=$MANBASE #--------------------------------------------------------------------- [build] export LACINCDIRS=$PRODTREE/sdl/include/SDL:$LACINCDIRS smpmake make install #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin PROGBASE=fishsupper SPCDIR=$PKGDIR_SPECIAL cd $BINDIR mv $PROGBASE $PROGBASE.bin sed -e "s|__META_LACUTIL__|$SYSDIR_LACUTIL|g" \ -e "s|__META_PREFIX__|$PKGDIR_PROD|g" \ -e "s|__META_PRODTREE__|$PRODTREE|g" \ < $SPCDIR/$PROGBASE.wrapper.in \ > $PROGBASE chmod 755 $PROGBASE #--------------------------------------------------------------------- # 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 = tbd url_home = http://fishsupper.sourceforge.net/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/fishsupper/\ fishsupper-0.1.6.tar.gz #--------------------------------------------------------------------- [history] 170822 Updated from 0.1.5 to 0.1.6