diff --git a/common/shlibs b/common/shlibs index 0177789f95..7821bf4127 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1769,3 +1769,4 @@ librevenge-stream-0.0.so.0 librevenge-0.0.1_1 libetonyek-0.1.so.1 libetonyek-0.1.1_1 libodfgen-0.1.so.1 libodfgen-0.1.1_1 libcdr-0.1.so.1 libcdr-0.1.0_1 +libmspub-0.1.so.1 libmspub-0.1.1_1 diff --git a/srcpkgs/libmspub-devel b/srcpkgs/libmspub-devel new file mode 120000 index 0000000000..4c0f6d0937 --- /dev/null +++ b/srcpkgs/libmspub-devel @@ -0,0 +1 @@ +libmspub \ No newline at end of file diff --git a/srcpkgs/libmspub-tools b/srcpkgs/libmspub-tools new file mode 120000 index 0000000000..4c0f6d0937 --- /dev/null +++ b/srcpkgs/libmspub-tools @@ -0,0 +1 @@ +libmspub \ No newline at end of file diff --git a/srcpkgs/libmspub/template b/srcpkgs/libmspub/template new file mode 100644 index 0000000000..d94e223e78 --- /dev/null +++ b/srcpkgs/libmspub/template @@ -0,0 +1,30 @@ +# Template file for 'libmspub' +pkgname=libmspub +version=0.1.1 +revision=1 +build_style=gnu-configure +hostmakedepends="pkg-config" +makedepends="boost-devel librevenge-devel zlib-devel icu-devel" +short_desc="Library for parsing the mspub file structure" +maintainer="Enno Boland " +license="GPL-3" +homepage="http://cgit.freedesktop.org/libreoffice/libmspub/commit/" +distfiles="http://dev-www.libreoffice.org/src/${pkgname}-${version}.tar.bz2" +checksum=c3b69a4cf50ad80af5c9c00cb8ebca0586fc9ba9d6bdeeb40112d6f43ecdbbbb + +libmspub-devel_package() { + depends="libmspub>=${version}_${revision} $makedepends" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove "usr/lib/*.so" + } +} + +libmspub-tools_package() { + short_desc+=" - development files" + pkg_install() { + vmove usr/bin + } +}