Date: Saturday, May 16, 2020 @ 11:54:31
  Author: foutrelis
Revision: 384379

archrelease: copy trunk to staging-x86_64

Added:
  libwpg/repos/staging-x86_64/
  libwpg/repos/staging-x86_64/PKGBUILD
    (from rev 384378, libwpg/trunk/PKGBUILD)

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

Copied: libwpg/repos/staging-x86_64/PKGBUILD (from rev 384378, 
libwpg/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2020-05-16 11:54:31 UTC (rev 384379)
@@ -0,0 +1,30 @@
+# Maintainer: AndyRTR <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=libwpg
+pkgver=0.3.3
+pkgrel=2
+pkgdesc="Library for importing and converting Corel WordPerfect(tm) Graphics 
images."
+arch=('x86_64')
+url="https://libwpg.sourceforge.net/";
+license=('LGPL')
+depends=('libwpd' 'perl' 'librevenge')
+makedepends=('doxygen')
+source=("https://downloads.sourceforge.net/libwpg/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('20096bd99681c719164cefafc9046271de255acb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to