aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/p7zip.rb
AgeCommit message (Collapse)Author
2012-08-13p7zip: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08p7zip: respect compiler choiceMisty De Meo
2012-01-02Standardize 32 bit build switchAdam Vandenberg
2011-04-04updated p7zipdeepsweet
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-09-28p7zip: now install all executables and manpagesTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-08Use is_32_bit? and remove negatives.Adam Vandenberg
2010-07-16Updated to 9.13. Default to 64/32-bit compile appropriately, with --32-bit ↵Stuart Carnie
override Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-12-05Be nicer to Sourceforge by using their gateway serverMike Arthur
Thus we download from the best mirror always.
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-06-26P7ZIP formulaMax Howell