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

Andreas Radke andyrtr at archlinux.org
Mon Jan 1 10:36:12 UTC 2018


    Date: Monday, January 1, 2018 @ 10:36:11
  Author: andyrtr
Revision: 313835

archrelease: copy trunk to testing-x86_64

Added:
  libmspub/repos/testing-x86_64/
  libmspub/repos/testing-x86_64/PKGBUILD
    (from rev 313834, libmspub/trunk/PKGBUILD)

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

Copied: libmspub/repos/testing-x86_64/PKGBUILD (from rev 313834, libmspub/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-01-01 10:36:11 UTC (rev 313835)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Simone Sclavi 'Ito' <darkhado at gmail.com>
+
+pkgname=libmspub
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="Microsoft Publisher file format parser library (latest snapshot)"
+arch=('x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libmspub"
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('libwpd' 'icu' 'librevenge')
+makedepends=('libwpg' 'boost' 'doxygen')
+source=(https://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f0225f0ff03f6bec4847d7c2d8719a36cafc4b97a09e504b610372cc5b981c97')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure --prefix=/usr --with-docs
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR=$pkgdir install
+}



More information about the arch-commits mailing list