summaryrefslogtreecommitdiff
path: root/homebrew/bochs/.beer
blob: a583895ffcaf7fdf9858b8e71bd9aa2fec8d4776 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
    "name": "Bochs",
    "description": "Open source IA-32 (x86) PC emulator written in C++",
    "url": "https://downloads.sourceforge.net/project/bochs/bochs/2.6.9/bochs-2.6.9.tar.gz",
    "mirror": null,
    "homepage": "https://bochs.sourceforge.io/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": false
        },
        {
            "depend": "sdl2",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/e9b520dd4c/bochs/xcode9.patch",
            "strip": "1"
        }
    ],
    "install": [
        "args = %W[",
        "--prefix=#{prefix}",
        "--disable-docbook",
        "--enable-a20-pin",
        "--enable-alignment-check",
        "--enable-all-optimizations",
        "--enable-avx",
        "--enable-cdrom",
        "--enable-clgd54xx",
        "--enable-cpu-level=6",
        "--enable-debugger",
        "--enable-debugger-gui",
        "--enable-disasm",
        "--enable-fpu",
        "--enable-iodebug",
        "--enable-large-ramfile",
        "--enable-logging",
        "--enable-long-phy-address",
        "--enable-pci",
        "--enable-plugins",
        "--enable-readline",
        "--enable-show-ips",
        "--enable-smp",
        "--enable-usb",
        "--enable-vmx=2",
        "--enable-x86-64",
        "--with-nogui",
        "--with-sdl2",
        "--with-term",
        "]",
        "system \"./configure\", *args",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "2.6.9",
    "file": "bochs.rb"
}