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