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

Evangelos Foutras foutrelis at archlinux.org
Mon Oct 22 19:58:55 UTC 2018


    Date: Monday, October 22, 2018 @ 19:58:54
  Author: foutrelis
Revision: 337045

archrelease: copy trunk to staging-x86_64

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

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

Copied: libqxp/repos/staging-x86_64/PKGBUILD (from rev 337044, libqxp/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-10-22 19:58:54 UTC (rev 337045)
@@ -0,0 +1,29 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=libqxp
+pkgver=0.0.1
+pkgrel=4
+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