diff --git a/common/shlibs b/common/shlibs index ba6f391c905..9b3770a3744 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1787,3 +1787,5 @@ libksba.so.8 libksba-1.3.1_1 libpth.so.20 pth-2.0.7_1 libgltf-0.0.so.0 libgltf-0.0.2_1 libabw-0.1.so.1 libabw-0.1.0_1 +libcmis-0.4.so.4 libcmis-0.4.1_1 +libcmis-c-0.4.so.4 libcmis-0.4.1_1 diff --git a/srcpkgs/libcmis-devel b/srcpkgs/libcmis-devel new file mode 120000 index 00000000000..c1d889ec021 --- /dev/null +++ b/srcpkgs/libcmis-devel @@ -0,0 +1 @@ +libcmis \ No newline at end of file diff --git a/srcpkgs/libcmis-tools b/srcpkgs/libcmis-tools new file mode 120000 index 00000000000..c1d889ec021 --- /dev/null +++ b/srcpkgs/libcmis-tools @@ -0,0 +1 @@ +libcmis \ No newline at end of file diff --git a/srcpkgs/libcmis/template b/srcpkgs/libcmis/template new file mode 100644 index 00000000000..68078d8e2b3 --- /dev/null +++ b/srcpkgs/libcmis/template @@ -0,0 +1,32 @@ +# Template file for 'libcmis' +pkgname=libcmis +version=0.4.1 +revision=1 +build_style=gnu-configure +hostmakedepends="pkg-config" +makedepends="libcurl-devel libxml2-devel libcppunit-devel boost-devel" +short_desc="C++ client library for the CMIS interface" +maintainer="Enno Boland " +license="GPL,LGPL,MPL" +homepage="http://sourceforge.net/projects/libcmis/" +distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-${version}.tar.gz" +checksum=7d52dcf2b5832d3663b18fbf40f0bdefb1e1a40cfb3cf01903301b0bf629395f +configure_args="--without-man" + +libcmis-devel_package() { + depends="libcmis>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove "usr/lib/*.a" + vmove "usr/lib/*.so" + } +} + +libcmis-tools_package() { + short_desc+=" - tools" + pkg_install() { + vmove usr/bin + } +}