app=libcmis version=0.5.2 build=1sml homepage="https://github.com/tdf/libcmis" download="https://github.com/tdf/libcmis/releases/download/v0.5.2/libcmis-0.5.2.tar.gz" desc="Libcmis aims at providing a C/C++ client library for the CMIS protocol" requires="curl boost libxml2 cppunit" build() { mkandenterbuilddir rm -rf $app-$version tar xf $srcdir/$app-$version.tar.?z* cd $app-$version fixbuilddirpermissions ./configure \ --prefix="" \ --disable-static \ --without-man make make install DESTDIR=$pkg cp COPYING* $pkgdocs/ mkfinalpkg } sha512sums=" 3dac0eed31d1dd3ac4670e501e0677196811f7875e6d1c253c8d874d6903691cbe4f1c27c8468af07bfd7f79b0d6ec4f933b28cb3bb37dcbea18bc2dd8f6e374 libcmis-0.5.2.tar.gz "