Commit graph

12 commits

Author SHA1 Message Date
Jack Nagel
00c48faa3c Fix build.include? usage
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 15:46:38 -05:00
Adam Vandenberg
8b7e2d5cea yasm: use options dsl 2012-08-09 21:39:20 -07:00
Adam Vandenberg
62fa0c4f42 Use autotools symbols 2012-07-10 08:56:02 -07:00
samueljohn
16c4c527a9 yasm: Add LIBS,INCLUDES
To support Xcode without CLT installations we need to set LIBS and
INCLUDES, because the default flags are not fully respected by their
build scripts.

Closes Homebrew/homebrew#12448.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-04 19:42:20 -05:00
Birger J. Nordølum
12328c38a9 yasm: add head and optional python bindings
Added option for --HEAD and --enable-python.

Closes Homebrew/homebrew#11314.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-26 21:39:11 -05:00
Trevor Wennblom
c042ab7065 yasm 1.2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-21 20:24:18 -08:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
David Höppner
057ffdd36d yasm: update version to 1.1.0 2010-08-23 15:26:26 +02:00
David Höppner
85afb135c7 yasm: update version to 1.0.1 2010-05-22 10:59:04 +02:00
David Höppner
cef6186a28 yasm: version update to 1.0.0 2010-04-09 17:19:15 +02: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
David Höppner
6a8be33143 Yasm formula
Yasm is a complete rewrite of the NASM assembler under the "new" BSD License.
Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and
GAS assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit Mach-O,
RDOFF2, COFF, Win32, and Win64 object formats, and generates source debugging
information in STABS, DWARF 2, and CodeView 8 formats.
2009-09-11 17:42:53 +01:00