New package: libexttextcat-3.4.3

This commit is contained in:
Enno Boland 2014-10-10 09:51:14 +02:00
parent 97fee7d7a8
commit 62687139a1
4 changed files with 32 additions and 0 deletions

View File

@ -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

1
srcpkgs/libexttextcat-devel Symbolic link
View File

@ -0,0 +1 @@
libexttextcat

1
srcpkgs/libexttextcat-tools Symbolic link
View File

@ -0,0 +1 @@
libexttextcat

View File

@ -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 <eb@s01.de>"
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
}
}