pkgname: jbig2dec pkgver: '0.20' pkgrel: '2' pkgdesc: 'Decoder implementation of the JBIG2 image compression format' url: 'https://jbig2dec.com/' arch: x86_64 license: - GPL3 depends: - libpng makedepends: - autoconf - intltool - libtool - automake source: - 'https://github.com/ArtifexSoftware/jbig2dec/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} autoreconf -vfi ./configure --prefix=/usr make make DESTDIR=${PKGDIR} install install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING package: | true