# lua52/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.05 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.15 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] configure = none dontfind = lua51 exepack = yes license = tbd nosyslinks = yes setpaths = lua52, ncurses tmpsize = 3M unpack = relaxed #--------------------------------------------------------------------- [depends] ncurses readline #--------------------------------------------------------------------- [build] export LACFORCEPIC=yes mkdir -p $PKGDIR_PROD/{bin,doc,include} mkdir -p $PKGDIR_PROD/{lib,man/man1,share} smpmake linux make install cd $PKGDIR_PROD/include mkdir lua52 mv *.h *.hpp lua52 cd $PKGDIR_PROD/lib ln -s liblua{,52}.a mkdir pkgconfig cd pkgconfig sed -e "s|__META_PREFIX__|$PKGDIR_PROD|g" \ < $PKGDIR_SPECIAL/lua52.pc.in \ > lua52.pc cp -p lua52.pc lua5.2.pc #--------------------------------------------------------------------- # 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/liblua5.1-0 url_home = http://www.lua.org/ url_lfs = n/a url_tarball = http://www.lua.org/ftp/lua-5.2.4.tar.gz