{ "name": "curl", "kind": "chunk", "configure-commands": [ "./buildconf", "./configure --prefix=\"${PREFIX-/usr}\"" ], "build-commands": [ "make" ], "install-commands": [ "make DESTDIR=\"$DESTDIR\" install" ] }