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

Andreas Radke andyrtr at archlinux.org
Mon Jan 1 10:33:25 UTC 2018


    Date: Monday, January 1, 2018 @ 10:33:24
  Author: andyrtr
Revision: 313833

archrelease: copy trunk to testing-x86_64

Added:
  libabw/repos/testing-x86_64/
  libabw/repos/testing-x86_64/PKGBUILD
    (from rev 313832, libabw/trunk/PKGBUILD)

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

Copied: libabw/repos/testing-x86_64/PKGBUILD (from rev 313832, libabw/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-01-01 10:33:24 UTC (rev 313833)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=libabw
+pkgver=0.1.2
+pkgrel=1
+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=('0b72944d5af81dda0a5c5803ee84cbac4b81441a4d767aa57029adc6744c2485')
+
+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