kind: autotools depends: - filename: gnu-toolchain.bst type: build - filename: core/autoconf-tarball.bst type: build - filename: core/texinfo-tarball.bst type: build sources: - kind: git url: upstream:automake track: v1.15 ref: db43dd473361d90d8b00362cfef5bac8e722000d config: configure-commands: - ./bootstrap.sh - ./configure --prefix="%{prefix}" build-commands: - unset DESTDIR; make