[arch-commits] Commit in libexttextcat/repos (3 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Aug 18 18:03:42 UTC 2014


    Date: Monday, August 18, 2014 @ 20:03:42
  Author: jlichtblau
Revision: 117524

archrelease: copy trunk to community-staging-i686

Added:
  libexttextcat/repos/community-staging-i686/
  libexttextcat/repos/community-staging-i686/PKGBUILD
    (from rev 117523, libexttextcat/trunk/PKGBUILD)
  libexttextcat/repos/community-staging-i686/libexttextcat.changelog
    (from rev 117523, libexttextcat/trunk/libexttextcat.changelog)

-------------------------+
 PKGBUILD                |   30 ++++++++++++++++++++++++++++++
 libexttextcat.changelog |    2 ++
 2 files changed, 32 insertions(+)

Copied: libexttextcat/repos/community-staging-i686/PKGBUILD (from rev 117523, libexttextcat/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-08-18 18:03:42 UTC (rev 117524)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+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
+}

Copied: libexttextcat/repos/community-staging-i686/libexttextcat.changelog (from rev 117523, libexttextcat/trunk/libexttextcat.changelog)
===================================================================
--- community-staging-i686/libexttextcat.changelog	                        (rev 0)
+++ community-staging-i686/libexttextcat.changelog	2014-08-18 18:03:42 UTC (rev 117524)
@@ -0,0 +1,2 @@
+2014-08-18  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
+	* libexttextcat 3.4.4 added to [community] as dependency of 'pinot'




More information about the arch-commits mailing list