[arch-commits] Commit in (4 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Jan 22 11:20:50 UTC 2014


    Date: Wednesday, January 22, 2014 @ 12:20:50
  Author: bpiotrowski
Revision: 204533

newpkg: libvisio 0.0.31-2

The package is a dependency of Calligra and LibreOffice.

Added:
  libvisio/
  libvisio/repos/
  libvisio/trunk/
  libvisio/trunk/PKGBUILD

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

Added: libvisio/trunk/PKGBUILD
===================================================================
--- libvisio/trunk/PKGBUILD	                        (rev 0)
+++ libvisio/trunk/PKGBUILD	2014-01-22 11:20:50 UTC (rev 204533)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+# Contributor: philacs
+
+pkgname=libvisio
+pkgver=0.0.31
+pkgrel=2
+pkgdesc='Library providing ability to interpret and import visio diagrams'
+arch=('i686' 'x86_64')
+url='http://www.freedesktop.org/wiki/Software/libvisio'
+license=('LGPL')
+depends=('libwpd' 'libwpg' 'libxml2' 'gperf' 'icu')
+makedepends=('boost')
+source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz)
+md5sums=('12ceec054cdec55b4dc9fc931507d1cd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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



More information about the arch-commits mailing list