{ "name": "libtool", "kind": "chunk", "max-jobs": 1, "configure-commands": [ "bash bootstrap --skip-po --skip-git", "./configure --prefix=/usr --disable-nls" ], "build-commands": [ "make" ], "install-commands": [ "make DESTDIR=\"$DESTDIR\" install" ] }