🔒 Repository is read-only – file editing is disabled.

recipes/utils/jbig2dec/PAGBUILD.yaml main

35 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435
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