1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "Sc68",
"description": "Play music originally designed for Atari ST and Amiga computers",
"url": "https://downloads.sourceforge.net/project/sc68/sc68/2.2.1/sc68-2.2.1.tar.gz",
"mirror": null,
"homepage": "http://sc68.atari.org/project.html",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
"\"--prefix=#{prefix}\",",
"\"--mandir=#{man}\",",
"\"--infodir=#{info}\"",
"system \"make\", \"install\""
],
"version": "2.2.1",
"file": "sc68.rb"
}
|