[arch-commits] Commit in libcdr/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Feb 3 20:00:09 UTC 2020


    Date: Monday, February 3, 2020 @ 20:00:08
  Author: andyrtr
Revision: 374552

archrelease: copy trunk to testing-x86_64

Added:
  libcdr/repos/testing-x86_64/
  libcdr/repos/testing-x86_64/PKGBUILD
    (from rev 374551, libcdr/trunk/PKGBUILD)

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

Copied: libcdr/repos/testing-x86_64/PKGBUILD (from rev 374551, libcdr/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2020-02-03 20:00:08 UTC (rev 374552)
@@ -0,0 +1,31 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: megadriver <megadriver at gmx dot com>
+# Contributor: Luca Bennati <lucak3 AT gmail DOT com>
+
+pkgname=libcdr
+pkgver=0.1.6
+pkgrel=1
+pkgdesc="CorelDraw file format importer library for LibreOffice"
+arch=('x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr"
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('libwpd' 'lcms2' 'icu' 'librevenge')
+makedepends=('libwpg' 'boost' 'doxygen' 'cppunit')
+source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('01cd00b04a030977e544433c2d127c997205332cd9b8e35ec0ee17110da7f861')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list