[arch-commits] Commit in libodfgen/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Thu Jun 14 16:12:11 UTC 2018
Date: Thursday, June 14, 2018 @ 16:12:10
Author: andyrtr
Revision: 326973
archrelease: copy trunk to testing-x86_64
Added:
libodfgen/repos/testing-x86_64/
libodfgen/repos/testing-x86_64/PKGBUILD
(from rev 326972, libodfgen/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: libodfgen/repos/testing-x86_64/PKGBUILD (from rev 326972, libodfgen/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-14 16:12:10 UTC (rev 326973)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Yue
+
+pkgname=libodfgen
+pkgver=0.1.7
+pkgrel=1
+pkgdesc='Library for generating documents in Open Document Format'
+arch=('x86_64')
+url='https://sourceforge.net/p/libwpd/wiki/libodfgen/'
+license=('MPL')
+depends=('libwpd' 'zlib' 'librevenge')
+makedepends=('boost' 'libwpg' 'libetonyek' 'doxygen')
+source=(https://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-$pkgver/$pkgname-$pkgver.tar.xz)
+sha1sums=('42628faa433c57497566438f9048ce44e820b945')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-werror
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list