[arch-commits] Commit in libqxp/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Tue Mar 27 21:30:14 UTC 2018


    Date: Tuesday, March 27, 2018 @ 21:30:14
  Author: foutrelis
Revision: 320419

archrelease: copy trunk to staging-x86_64

Added:
  libqxp/repos/staging-x86_64/
  libqxp/repos/staging-x86_64/PKGBUILD
    (from rev 320418, libqxp/trunk/PKGBUILD)

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

Copied: libqxp/repos/staging-x86_64/PKGBUILD (from rev 320418, libqxp/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-03-27 21:30:14 UTC (rev 320419)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=libqxp
+pkgver=0.0.1
+pkgrel=2
+pkgdesc="a library that parses the file format of QuarkXPress documents"
+arch=('x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libqxp"
+license=('MPL2')
+depends=('librevenge')
+makedepends=('boost' 'cppunit' 'doxygen')
+source=("https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz")
+sha256sums=('8c257f6184ff94aefa7c9fa1cfae82083d55a49247266905c71c53e013f95c73')
+
+build() {
+	cd "$pkgname-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd "$pkgname-$pkgver"
+	make check
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list