Date: Saturday, February 6, 2016 @ 09:41:33 Author: andyrtr Revision: 258919
community2extra: Moving libexttextcat from community to extra Added: libexttextcat/ libexttextcat/repos/ libexttextcat/trunk/ libexttextcat/trunk/PKGBUILD libexttextcat/trunk/libexttextcat.changelog -------------------------+ PKGBUILD | 30 ++++++++++++++++++++++++++++++ libexttextcat.changelog | 2 ++ 2 files changed, 32 insertions(+) Added: libexttextcat/trunk/PKGBUILD =================================================================== --- libexttextcat/trunk/PKGBUILD (rev 0) +++ libexttextcat/trunk/PKGBUILD 2016-02-06 08:41:33 UTC (rev 258919) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau <[email protected]> + +pkgname=libexttextcat +pkgver=3.4.4 +pkgrel=1 +pkgdesc="N-Gram-Based Text Categorization library primarily intended for language guessing" +arch=('i686' 'x86_64') +url="http://www.freedesktop.org/wiki/Software/libexttextcat/" +license=('custom') +depends=('glibc') +provides=('libtextcat') +changelog=$pkgname.changelog +source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) +sha256sums=('f24c086cf3523424228ed58b9f678cc7647688822e5407d5fbc155fbfc846293') + +build() { + cd "${srcdir}"/$pkgname-$pkgver + + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}"/$pkgname-$pkgver + + make DESTDIR="${pkgdir}" install + + install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE +} Property changes on: libexttextcat/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: libexttextcat/trunk/libexttextcat.changelog =================================================================== --- libexttextcat/trunk/libexttextcat.changelog (rev 0) +++ libexttextcat/trunk/libexttextcat.changelog 2016-02-06 08:41:33 UTC (rev 258919) @@ -0,0 +1,2 @@ +2014-08-18 Jaroslav Lichtblau <[email protected]> + * libexttextcat 3.4.4 added to [community] as dependency of 'pinot'
