# Compiling Time: 0.19 SBU # Maintainer: Miklos Vajna pkgname=libcmis pkgver=0.5.0 pkgrel=5 pkgdesc="A C++ client library for the CMIS interface." Finclude sourceforge depends=('libboost>=1.60.0' 'curl>=7.46.0-3' 'libxml2>=2.9.3-3') makedepends=('cppunit' 'boost>=1.60.0') groups=('xoffice') archs=('i686' 'x86_64') options=('scriptlet') source=("${source[@]}" libcmis-boost-gcc5.patch) sha1sums=('6c9d9011de4dbaab6fe5608a1c86ddcdef39bdb4' \ 'ee8927d368807cdc4eb9944c4e18b60677da09b1') #Fconfopts+=" --without-man --disable-werror" build() { Fcd Fpatchall Fautoreconf Fmake --without-man --disable-werror Fmakeinstall } # optimization OK