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