[arch-commits] Commit in (4 files)

Andreas Radke andyrtr at nymeria.archlinux.org
Fri Apr 18 09:09:16 UTC 2014


    Date: Friday, April 18, 2014 @ 11:09:16
  Author: andyrtr
Revision: 211187

add pkg for libreoffice

Added:
  libmspub/
  libmspub/repos/
  libmspub/trunk/
  libmspub/trunk/PKGBUILD

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

Added: libmspub/trunk/PKGBUILD
===================================================================
--- libmspub/trunk/PKGBUILD	                        (rev 0)
+++ libmspub/trunk/PKGBUILD	2014-04-18 09:09:16 UTC (rev 211187)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Simone Sclavi 'Ito' <darkhado at gmail.com>
+
+pkgname=libmspub
+pkgver=0.0.6
+pkgrel=1
+pkgdesc="Microsoft Publisher file format parser library (latest snapshost)"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/libmspub/"
+license=('GPL2' 'LGPL2.1' 'MPL')
+#depends=('icu' 'libwpd')
+#makedepends=('boost' 'doxygen')
+source=(http://dev-www.libreoffice.org/src/${pkgname}-${pkgver}.tar.xz)
+md5sums=('')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR=$pkgdir install
+}


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



More information about the arch-commits mailing list