# mngplayer/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball (mngplay.tar.bz2) for this package (mngplayer) was created manually. Therefore, it doesn't have an upstream URL. The tarball in question contains files extracted from the "libmng" 1.0.9 source tarball, which was obtained from: http://downloads.sourceforge.net/sourceforge/libmng/\ libmng-1.0.9.tar.gz The following commands were used to create "mngplay.tar.bz2": rm -fr mngplay libmng-1.0.9 tar zxf libmng-1.0.9.tar.gz mv libmng-1.0.9/contrib/gcc/sdl-mngplay mngplay rm -fr mngplay/{.deps,archived} chown -R 0.0 mngplay # This loop converts the source files to UNIX format for x in mngplay/* do perl -pe "s|[\011\015\040]+\n|\n|" < $x > tmpdata mv tmpdata $x done tar jcf mngplay.tar.bz2 mngplay #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.15 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.17 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.25 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.47 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none ldbefore = -lX11 -lc license = GNU General Public License, version 2 (June 1991) makejail = yes revision = 1.0.9 setpaths = lcms tmpsize = 2M unpack = relaxed #--------------------------------------------------------------------- [depends] alsa esound gawk grep jpeg lcms libmng sdl zlib #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR sh ./autogen.sh bash ./configure make mngplay mv mngplay $BINDIR/ cd $BINDIR ln -nsf mngplay mngplayer ln -nsf mngplay playmng ln -nsf mngplay mngplaywid #--------------------------------------------------------------------- # 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 = http://gjuyn.xs4all.nl/libmng/ url_lfs = n/a url_tarball = n/a # See "technotes" in "cfg" file