[arch-commits] Commit in libwpg/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Fri Jan 4 06:30:35 UTC 2019
Date: Friday, January 4, 2019 @ 06:30:35
Author: andyrtr
Revision: 342938
archrelease: copy trunk to testing-x86_64
Added:
libwpg/repos/testing-x86_64/
libwpg/repos/testing-x86_64/PKGBUILD
(from rev 342937, libwpg/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: libwpg/repos/testing-x86_64/PKGBUILD (from rev 342937, libwpg/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-04 06:30:35 UTC (rev 342938)
@@ -0,0 +1,30 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libwpg
+pkgver=0.3.3
+pkgrel=1
+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
+}
More information about the arch-commits
mailing list