# tuxmath/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. This package is based on a Subversion checkout as opposed to an # official source tarball. Therefore, the tarball that we're using # doesn't have an original URL. It was created using commands similar # to the following: # # svn co https://svn.tux4kids.net/tuxmath/ # rm -fr `find tuxmath -name .svn` # rm -fr tuxmath/tags # tar jcf tuxmath-svn-NUMBER.tar.bz2 tuxmath #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.28 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.48 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.02 hours (or 001.27 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] amtoac = yes # "actools"-related fix exepack = yes ldbefore = -lX11 -lc license = GNU General Public License, version 2 (June 1991) nosyslinks = bin setpaths = libmikmod tmpsize = 19M unpack = relaxed #--------------------------------------------------------------------- [depends] actools alsa freetype2 gawk grep libmikmod libvorbis sdl xorg #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE cd trunk sh ./autogen.sh bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --mandir=$MANBASE #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin PROGBASE=tuxmath SPCWRAP=$PKGDIR_SPECIAL/wrappers cd trunk make make install 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" \ < $SPCWRAP/$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 = Not checked yet url_home = n/a # New Breed page is old/outdated url_lfs = n/a url_tarball = SVN # See notes near start of this file