Date: Thursday, April 4, 2019 @ 11:15:29
  Author: andyrtr
Revision: 349829

archrelease: copy trunk to testing-x86_64

Added:
  jbig2dec/repos/testing-x86_64/
  jbig2dec/repos/testing-x86_64/PKGBUILD
    (from rev 349828, jbig2dec/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: jbig2dec/repos/testing-x86_64/PKGBUILD (from rev 349828, 
jbig2dec/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2019-04-04 11:15:29 UTC (rev 349829)
@@ -0,0 +1,26 @@
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Stefan Husmann <[email protected]>
+
+pkgname=jbig2dec
+pkgver=0.16
+_gsver=gs927
+pkgrel=1
+pkgdesc='Decoder implementation of the JBIG2 image compression format'
+url='https://jbig2dec.com/'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpng')
+source=("https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/${_gsver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('a4f6bf15d217e7816aa61b92971597c801e81f0a63f9fe1daee60fb88e0f0602')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to