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
|
{
"name": "RomTools",
"description": "Tools for Multiple Arcade Machine Emulator",
"url": "https://github.com/mamedev/mame/archive/mame0206.tar.gz",
"mirror": null,
"homepage": "https://mamedev.org/",
"depends": [
{
"depend": "pkg-config",
"build-depend": true
},
{
"depend": "flac",
"build-depend": false
},
{
"depend": "portmidi",
"build-depend": false
},
{
"depend": "sdl2",
"build-depend": false
},
{
"depend": "utf8proc",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"inreplace \"scripts/src/osd/sdl.lua\", \"--static\", \"\"",
"system \"make\", \"TOOLS=1\",",
"\"PTR64=1\",",
"\"USE_LIBSDL=1\",",
"\"USE_SYSTEM_LIB_EXPAT=1\",",
"\"USE_SYSTEM_LIB_ZLIB=1\",",
"\"USE_SYSTEM_LIB_FLAC=1\",",
"\"USE_SYSTEM_LIB_PORTMIDI=1\",",
"\"USE_SYSTEM_LIB_UTF8PROC=1\"",
"bin.install %w[",
"aueffectutil castool chdman floptool imgtool jedutil ldresample",
"ldverify nltool nlwav pngcmp regrep romcmp src2html srcclean unidasm",
"]",
"bin.install \"split\" => \"rom-split\"",
"man1.install Dir[\"docs/man/*.1\"]"
],
"version": "0206",
"file": "rom-tools.rb"
}
|