New package: libexttextcat-3.4.3
This commit is contained in:
parent
97fee7d7a8
commit
62687139a1
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libexttextcat
|
|
@ -0,0 +1 @@
|
|||
libexttextcat
|
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue