# lua51/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.03 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.10 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.15 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.73 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none exepack = yes license = See "license*.txt" in installed tree licfile = COPYRIGHT nosyslinks = yes tmpsize = 3M unpack = relaxed #--------------------------------------------------------------------- [depends] ncurses readline #--------------------------------------------------------------------- [build] mkdir -p $PKGDIR_PROD/{bin,doc,include} mkdir -p $PKGDIR_PROD/{lib,man/man1,share} smpmake linux || smpmake linux make install cd $PKGDIR_PROD/include mkdir lua51 mv *.h *.hpp lua51 cd $PKGDIR_PROD/lib ln -s liblua{,51}.a mkdir pkgconfig cd pkgconfig sed -e "s|__META_PREFIX__|$PKGDIR_PROD|g" \ < $PKGDIR_SPECIAL/lua51.pc.in \ > lua51.pc cp -p lua51.pc lua5.1.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.1.5.tar.gz