pkgname: automake pkgver: '1.18.1' pkgrel: '1' pkgdesc: 'Contains programs for generating Makefiles for use with Autoconf.' url: 'http://www.gnu.org/software/automake/' arch: x86_64 depends: [] makedepends: - perl - autoconf source: - 'https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz' sha256sums: - SKIP build: | cd automake-${pkgver} ./configure --prefix=/usr \ --docdir=${PKGDIR}/usr/share/doc/automake make make prefix=${PKGDIR}/usr install package: | true