#!/usr/bin/bash # JOBoRun : Jwm OpenBox Obarun RUNit # Maintainer : Joe Bo Run # PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname" #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=automake pkgver=1.16.5 pkgrel=01 pkgdesc="A GNU tool for automatically creating Makefiles" arch=('any') url="https://www.gnu.org/software/automake" groups=('base-devel') depends=('perl' 'bash') makedepends=('autoconf') checkdepends=('dejagnu' 'gcc-fortran' 'java-environment' 'vala' 'emacs' 'cscope' 'expect' 'ncompress' 'gettext' 'lzip' 'zip' 'sharutils' 'help2man' # disable TeX tests for now, lots of them fail and need upstream # fixes for current texlive release #'texlive-bin' 'texinfo' 'python' 'python-virtualenv') source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig}) build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --build=$CHOST --prefix=/usr make } check() { cd "${srcdir}/${pkgname}-${pkgver}" make check } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install } #---- license gpg-key sha256sums ---- license=('GPL') validpgpkeys=('E1622F96D2BB4E58018EEF9860F906016E407573' # Stefano Lattarini 'F2A38D7EEB2B66405761070D0ADEE10094604D37' # Mathieu Lirzin '155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering sha256sums=(f01d58cd6d9d77fbdca9eb4bbd5ead1988228fdb73d6f7a201f5f8d6b118b469 # automake-1.16.5.tar.xz 3a161ab65921eed55e1a94251d97c8451d4ba3431b55ca560e95a951b5f1d73a) # automake-1.16.5.tar.xz.sig