blob: 110cc0b8b1f2fc0b243d2a5db7b7c32f622e5d41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"name": "automake",
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
"./bootstrap.sh",
"./configure --prefix=\"$PREFIX\""
],
"build-commands": [
"unset DESTDIR; make"
]
}
|