{ "name": "subversion-tarball", "kind": "chunk", "build-system": "autotools", "configure-commands": [ "python gen-make.py build.conf", "./configure --prefix=\"$PREFIX\" --without-berkeley-db" ], "build-commands": [ "make" ], "install-commands": [ "make install DESTDIR=\"$DESTDIR\"", "make swig-pl", "make install-swig-pl DESTDIR=\"$DESTDIR\"" ] }