blob: f6364b18ec52d4c765f44a1f163104acffe96e99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "groff",
"kind": "chunk",
"configure-commands": [
"PAGE=A4 ./configure --prefix=/usr"
],
"build-commands": [
"make"
],
"install-commands": [
"make DESTDIR=\"$DESTDIR\" install",
"ln -sv eqn \"$DESTDIR/usr/bin/geqn\"",
"ln -sv tbl \"$DESTDIR/usr/bin/gtbl\""
]
}
|