aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libogg.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-05libogg - remove unused configure switchAdam Vandenberg
2011-02-21Upgrade libogg to 1.2.2Stein Magnus Jodal
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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-04-01Updated formula: libogg-1.2.0Tuncer Ayaz
Signed-off-by: Tuncer Ayaz <tuncer.ayaz@gmail.com> Signed-off-by: David Höppner <0xffea@gmail.com>
2009-12-21Reformat libogg and libvorbisAdam 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-10-09Update libogg, libvorbis, and libtheoraDavid Conrad
2009-08-10Apply new ENV capabilities to all existing FormulaeMax Howell
2009-06-18libogg doesn't support parallel builds during installMax Howell
2009-06-04Created /Library moved brew tool to /binMax Howell
Moved Forumla and Cellar/homebrew into Library. This way the homebrew core files are more sensibly placed, Cellar is more internally consistent and only generated. And Homebrew is ready for use straight out of the tarball.