2019-08-11 11:13:56 +02:00
|
|
|
# Description: a C/C++ client library for the CMIS protocol
|
|
|
|
# URL: https://github.com/tdf/libcmis
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2020-04-15 10:47:23 +00:00
|
|
|
# Depends on: boost brotli cppunit gnutls keyutils libpsl libxml2 openldap rtmpdump
|
2019-08-11 11:13:56 +02:00
|
|
|
|
|
|
|
name=libcmis
|
|
|
|
version=0.5.2
|
|
|
|
release=1
|
|
|
|
source=(https://github.com/tdf/libcmis/releases/download/v${version}/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--disable-werror \
|
|
|
|
--with-man=no
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|