diff --git a/common/shlibs b/common/shlibs index 16cca21e59b..2bcb3f9afbf 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1780,3 +1780,4 @@ libmythes-1.2.so.0 mythes-1.2.4_1 liblpsolve55.so lpsolve-5.5.2.0_1 liblangtag.so.1 liblangtag-0.5.4_1 liblangtag-gobject.so.0 liblangtag-0.5.4_1 +libexttextcat-2.0.so.0 libexttextcat-3.4.3_1 diff --git a/srcpkgs/libexttextcat-devel b/srcpkgs/libexttextcat-devel new file mode 120000 index 00000000000..a6db50f3f98 --- /dev/null +++ b/srcpkgs/libexttextcat-devel @@ -0,0 +1 @@ +libexttextcat \ No newline at end of file diff --git a/srcpkgs/libexttextcat-tools b/srcpkgs/libexttextcat-tools new file mode 120000 index 00000000000..a6db50f3f98 --- /dev/null +++ b/srcpkgs/libexttextcat-tools @@ -0,0 +1 @@ +libexttextcat \ No newline at end of file diff --git a/srcpkgs/libexttextcat/template b/srcpkgs/libexttextcat/template new file mode 100644 index 00000000000..6b6a48bd403 --- /dev/null +++ b/srcpkgs/libexttextcat/template @@ -0,0 +1,29 @@ +# Template file for 'libexttextcat' +pkgname=libexttextcat +version=3.4.3 +revision=1 +build_style=gnu-configure +short_desc="N-Gram-Based Text Categorization library" +maintainer="Enno Boland " +license="BSD-3" +homepage="http://www.freedesktop.org/wiki/Software/libexttextcat" +distfiles="http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$version.tar.xz" +checksum=409e8fe1d83593efb79e2afe3817f9b2f62a27e059c8e51c849ddd6923870d9e + +libexttextcat-devel_package() { + depends="libexttextcat>=${version}_${revision} $makedepends" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove "usr/lib/*.a" + vmove "usr/lib/*.so" + } +} + +libexttextcat-tools_package() { + short_desc+=" - tools" + pkg_install() { + vmove usr/bin + } +}