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

Felix Yan felixonmars at archlinux.org
Sat May 16 11:53:25 UTC 2020


    Date: Saturday, May 16, 2020 @ 11:53:25
  Author: felixonmars
Revision: 384374

archrelease: copy trunk to staging-x86_64

Added:
  libabw/repos/staging-x86_64/
  libabw/repos/staging-x86_64/PKGBUILD
    (from rev 384373, libabw/trunk/PKGBUILD)

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

Copied: libabw/repos/staging-x86_64/PKGBUILD (from rev 384373, libabw/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 11:53:25 UTC (rev 384374)
@@ -0,0 +1,29 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=libabw
+pkgver=0.1.3
+pkgrel=2
+pkgdesc="a library that parses the file format of AbiWord documents"
+arch=('x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libabw"
+license=('MPL')
+depends=('librevenge' 'libxml2' )
+makedepends=('doxygen' 'gperf' 'boost')
+source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e763a9dc21c3d2667402d66e202e3f8ef4db51b34b79ef41f56cacb86dcd6eed')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list