name: tftp-hpa build-system: autotools kind: chunk configure-commands: # There is an autogen.sh script in the tree which doesn't work, # so the default commands don't work here. - autoreconf -ivf - ./configure --prefix="%{prefix}" install-commands: - make INSTALLROOT="$DESTDIR" install