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

Andreas Radke andyrtr at nymeria.archlinux.org
Thu Apr 17 14:31:50 UTC 2014


    Date: Thursday, April 17, 2014 @ 16:31:50
  Author: andyrtr
Revision: 211146

add pkg for libreoffice

Added:
  libcdr/
  libcdr/repos/
  libcdr/trunk/
  libcdr/trunk/PKGBUILD

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

Added: libcdr/trunk/PKGBUILD
===================================================================
--- libcdr/trunk/PKGBUILD	                        (rev 0)
+++ libcdr/trunk/PKGBUILD	2014-04-17 14:31:50 UTC (rev 211146)
@@ -0,0 +1,32 @@
+# $Id$
+# 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.0.16
+pkgrel=1
+pkgdesc="CorelDraw file format importer library for LibreOffice"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/libcdr/"
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('libwpd' 'lcms2' 'icu')
+makedepends=('libwpg' 'boost')
+source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz)
+md5sums=('b494bbaf48a0d5f90a525e6ea37bc096')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: libcdr/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list