Date: Tuesday, March 27, 2018 @ 21:44:14
  Author: foutrelis
Revision: 320429

archrelease: copy trunk to staging-x86_64

Added:
  libcdr/repos/staging-x86_64/
  libcdr/repos/staging-x86_64/PKGBUILD
    (from rev 320428, libcdr/trunk/PKGBUILD)

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

Copied: libcdr/repos/staging-x86_64/PKGBUILD (from rev 320428, 
libcdr/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2018-03-27 21:44:14 UTC (rev 320429)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <[email protected]>
+# Contributor: megadriver <megadriver at gmx dot com>
+# Contributor: Luca Bennati <lucak3 AT gmail DOT com>
+
+pkgname=libcdr
+pkgver=0.1.4
+pkgrel=3
+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=('e7a7e8b00a3df5798110024d7061fe9d1c3330277d2e4fa9213294f966a4a66d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to