aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lua.rb
AgeCommit message (Collapse)Author
2010-12-26lua: use safe_system for calling patchCamillo Lugaresi
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-10Update formulae to use ENV.cflagsAdam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-07-16Fix lua.pcAdam Vandenberg
Fixes #1876
2010-06-29lua - don't strip symbolsAdam Vandenberg
2010-06-23Simplify Lua brewAdam Vandenberg
* Replace the wodgy patch with use of inreplace and ENV vars. * Keep the (initially empty) share/lua and lib/lua folders around, so that lua package managers can put modules there.
2010-03-16Remove modification of lua man page location.Ali Asad Lotia
The man page was being installed in #{prefix}/share/share/man. The default value in the makefile installs to #{prefix}/share/man which is fine. I removed the "inreplace" block that changes the location from the default. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-21Use more inreplace features.Adam Vandenberg
Update formulas to make more idiomatic use of "inreplace", including its new ability to take a list of files to act on.
2009-12-17Update Lua to install pkg-config info.Adam Vandenberg
2009-12-12Reformat lua formula.Adam Vandenberg
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-30Fix the Lua formula to properly load libraries installed in HOMEBREW_PREFIXJames Whitehead II
2009-09-16Default to patch level 1Max Howell
Having gone through our patches it's clear that p1 is more standard. Also fixed a bug where returning DATA outside of an array would fail to patch.
2009-09-16Use __END__ patch rather than github gistMax Howell
Also there was seemingly some bug where if you didn't read the pipe for the patch commmand the exit status was non-zero.
2009-09-16Fix up Lua formula a bitBen Alpert
2009-09-01Lua formulaSean Wolfe
Lua is a powerful, fast, lightweight, embeddable scripting language.