Commit Graph

11 Commits (15c25af8c0939687c7b99a835f3737664cc1376d)

Author SHA1 Message Date
Can Berk Güder f052d16bfe unrar 4.0.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-20 09:04:41 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Mcklaren 612162950e Updated unrar to version 4.0.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-09 17:45:05 -08:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* 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-08-07 18:08:53 -07:00
Bob Fanger 7e903b4281 Update unrar formula to upstream version 3.9.10
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-03-21 17:46:25 +01:00
Bob Fanger 4692fd83c8 Updated unrar to 3.9.9 and changed to a Makefile
The installation failed with the custom "generated" cpp file.
So i changed the formula to use the supplied Makefile.
2010-02-24 22:06:35 -08:00
Max Howell 00548e645b ENV['CXX'] is no longer set, use ENV.cxx 2010-02-20 12:12:51 +00:00
Benjamin Kramer 38d65ad4a4 Respect CXX in unrar formula
LTO seems to miscompile this one, disable it.
It doesn't improve the code here anyways.

Closes Homebrew/homebrew#317.
2009-12-28 18:31:54 +01:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
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-10-15 16:48:03 +01:00
Max Howell aa14a25a43 Apply new ENV capabilities to all existing Formulae 2009-08-10 18:11:22 +01:00
Max Howell 3779273f09 Unrar formula
Very optimised, inspired by KDE's --enable-final
2009-06-18 08:20:47 +01:00