# smpeg/cfg - "Build" configuration for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The following command was used: ocgitfetch --run https://github.com/icculus/smpeg #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.48 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.73 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.05 hours (or 002.83 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default cppstd = c++98 exepack = yes license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 9M #--------------------------------------------------------------------- [depends] aalib actools alsa audiofile gawk gpm grep gtk12 ncurses sdl-core sed slang xorg #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE touch NEWS AUTHORS ChangeLog autoreconf -v --install bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-static \ --enable-shared \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] cd $PKGDIR_PROD/bin ln -nsf plaympeg smpeg cd $PKGDIR_PROD/lib rm -f libsmpeg.a sed -e "s/^old_library=.*/old_library=''/" \ -i libsmpeg*.la sed -e "s/ -lpthread /&-lstdc++ /" \ -i libsmpeg*.la #--------------------------------------------------------------------- # 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 = http://packages.debian.org/unstable/source/smpeg url_home = http://icculus.org/smpeg/ url_lfs = n/a url_tarball = svn # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 220106 Updated from svn-396 to c5793e5f3 ("git" hash)