# love2d/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.05 hours (or 003.28 minutes) - Toshiba Satellite C655 E-300 CPU 4GB RAM 00.06 hours (or 003.87 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] altpkg = yes license = See "license*.txt" in installed tree licfile = license.txt tmpsize = 114M setpaths = \ luajit openal sdl2-core xorg love2d \ freetype2 libmodplug libvorbis physfs02 theora eudev \ mpg123 zlib libogg unpack = relaxed #--------------------------------------------------------------------- [depends] actools cmake devil gawk grep libmodplug libogg luajit openal physfs02 sdl2-core sed theora xorg zlib #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE mkdir obj cd obj cmake \ -DCMAKE_INSTALL_PREFIX:PATH=$PKGDIR_PROD \ .. #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin LIBDIR=$PKGDIR_PROD/lib mkdir -p $BINDIR $LIBDIR L=$LACINCDIRS L=$PRODTREE/freetype2/include/freetype2:$L L=$PRODTREE/luajit/include/luajit-2.0:$L L=$PRODTREE/sdl2/include/SDL2:$L cd obj export LACINCDIRS=$L smpmake make cp -p love $BINDIR/ cp -p *.a *.so $LIBDIR/ #--------------------------------------------------------------------- # 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 = https://love2d.org/ url_lfs = n/a url_tarball = No fixed URL