[arch-commits] Commit in libqxp/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Mon Apr 27 09:51:07 UTC 2020
Date: Monday, April 27, 2020 @ 09:51:07
Author: foutrelis
Revision: 381680
archrelease: copy trunk to staging-x86_64
Added:
libqxp/repos/staging-x86_64/
libqxp/repos/staging-x86_64/PKGBUILD
(from rev 381679, libqxp/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: libqxp/repos/staging-x86_64/PKGBUILD (from rev 381679, libqxp/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-04-27 09:51:07 UTC (rev 381680)
@@ -0,0 +1,29 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=libqxp
+pkgver=0.0.2
+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=('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