summaryrefslogtreecommitdiff
path: root/lua.morph
blob: 06ba7495e06e1c1492f751836c37aedc1c0f4585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "lua",
    "kind": "chunk",
    "configure-commands": [
        "sed -e 's/defined(LUA_USE_READLINE)/0/g' src/luaconf.h.orig >src/luaconf.h"
    ],
    "build-commands": [
        "make PLAT=linux INSTALL_TOP=\"$PREFIX\""
    ],
    "install-commands": [
        "make INSTALL_TOP=\"$DESTDIR/$PREFIX\" install"
    ]
}