# fltk13/cfg - "Build" settings for package #--------------------------------------------------------------------- [about] FLTK (pronounced "fulltick") is a GUI toolkit. The name is an acronym for "Fast Light Toolkit". FLTK provides modern GUI functionality "without the bloat". It supports 3D graphics using OpenGL and built-in GLUT emulation. The toolkit is designed to be small and modular enough to be statically linked, and it also works as a shared library. It in- cludes a user-interface builder named FLUID that can be used to create applications quickly. #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.03 hours (or 001.87 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.03 hours (or 002.03 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.16 hours (or 009.47 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = See "license.txt" under installed tree patches = required revision = numeric unpack = relaxed dontfind = fltk11 jpeg6b libpng12 libpng14 setpaths = alsa fltk13 jpeg libpng tmpsize = 70M #--------------------------------------------------------------------- [depends] alsa freetype2 grep groff jpeg libpng xorg zlib #--------------------------------------------------------------------- [configure] sed -e '/cat./d' -i documentation/Makefile bash ./configure \ --prefix=$PKGDIR_PROD \ --enable-gl=yes \ --enable-shared \ --enable-xinerama=no \ --enable-xft #--------------------------------------------------------------------- [postbuild] make -C test install-linux cd $PKGDIR_PROD/bin/ mkdir -p ../xbin/ rm -fr ../xbin/checkers mv checkers ../xbin/ cp -p $PKGDIR_SPECIAL/checkers.wrapper.in checkers chmod 755 checkers cd $PKGDIR_PROD/bin/ mkdir -p ../xbin/ rm -fr ../xbin/sudoku mv sudoku ../xbin/ cp -p $PKGDIR_SPECIAL/sudoku.wrapper.in sudoku chmod 755 sudoku #--------------------------------------------------------------------- # 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://www.fltk.org/ url_lfs = n/a url_tarball = http://fltk.org/pub/fltk/\ 1.3.10/fltk-1.3.10-source.tar.gz #--------------------------------------------------------------------- [history] 210727 Updated from 1.3.4 to 1.3.7 211120 Updated to 1.3.8 241116 Updated to 1.3.10