summaryrefslogtreecommitdiff
path: root/user/libcmis
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-03-11 05:52:19 -0400
committerMax Rees <maxcrees@me.com>2019-03-11 23:36:53 -0400
commit5661219952e9f760900f6c6021f452b650290aae (patch)
treec847382ae120a3d3ba53c00d5af415ef50f05b82 /user/libcmis
parentc6fa2973d63da6f104852609f9e1089e4fc83815 (diff)
downloadpackages-5661219952e9f760900f6c6021f452b650290aae.tar.gz
packages-5661219952e9f760900f6c6021f452b650290aae.tar.bz2
packages-5661219952e9f760900f6c6021f452b650290aae.tar.xz
packages-5661219952e9f760900f6c6021f452b650290aae.zip
user/libcmis: bump to 0.5.2
Diffstat (limited to 'user/libcmis')
-rw-r--r--user/libcmis/APKBUILD13
1 files changed, 3 insertions, 10 deletions
diff --git a/user/libcmis/APKBUILD b/user/libcmis/APKBUILD
index a60e7f2b0..bfc58c4d5 100644
--- a/user/libcmis/APKBUILD
+++ b/user/libcmis/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname=libcmis
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.5.2
+pkgrel=0
pkgdesc="CMIS protocol client library for C/C++"
url="https://github.com/tdf/libcmis"
arch="all"
@@ -15,8 +15,6 @@ subpackages="$pkgname-dev cmis-client:client"
source="https://github.com/tdf/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
build() {
- cd "$builddir"
-
# Note: manpages require docbook2x to build
./configure \
--build=$CBUILD \
@@ -32,16 +30,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
-
- # Leftover docbook file
- rm -r "$pkgdir"/usr/share/man
}
client() {
@@ -49,4 +42,4 @@ client() {
mv "$pkgdir"/usr/bin "$subpkgdir"/usr
}
-sha512sums="da1e66a7604f90644ad6ee691a5c06df36debec20db361e166ee64c9f8ce85be48623e38367ea2799107c10041ed5f8c3a8011a80d6eaca800c29084fb4fe0f6 libcmis-0.5.1.tar.gz"
+sha512sums="3dac0eed31d1dd3ac4670e501e0677196811f7875e6d1c253c8d874d6903691cbe4f1c27c8468af07bfd7f79b0d6ec4f933b28cb3bb37dcbea18bc2dd8f6e374 libcmis-0.5.2.tar.gz"