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

Andreas Radke andyrtr at archlinux.org
Sun Jan 6 16:51:07 UTC 2019


    Date: Sunday, January 6, 2019 @ 16:51:07
  Author: andyrtr
Revision: 343042

archrelease: copy trunk to testing-x86_64

Added:
  libqxp/repos/testing-x86_64/
  libqxp/repos/testing-x86_64/PKGBUILD
    (from rev 343041, libqxp/trunk/PKGBUILD)

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

Copied: libqxp/repos/testing-x86_64/PKGBUILD (from rev 343041, libqxp/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-01-06 16:51:07 UTC (rev 343042)
@@ -0,0 +1,29 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=libqxp
+pkgver=0.0.2
+pkgrel=1
+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=('e137b6b110120a52c98edd02ebdc4095ee08d0d5295a94316a981750095a945c')
+
+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