[arch-commits] Commit in libexttextcat/repos (6 files)
Andreas Radke
andyrtr at archlinux.org
Thu Oct 5 17:51:00 UTC 2017
Date: Thursday, October 5, 2017 @ 17:51:00
Author: andyrtr
Revision: 306852
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
libexttextcat/repos/testing-i686/
libexttextcat/repos/testing-i686/PKGBUILD
(from rev 306851, libexttextcat/trunk/PKGBUILD)
libexttextcat/repos/testing-i686/libexttextcat.changelog
(from rev 306851, libexttextcat/trunk/libexttextcat.changelog)
libexttextcat/repos/testing-x86_64/
libexttextcat/repos/testing-x86_64/PKGBUILD
(from rev 306851, libexttextcat/trunk/PKGBUILD)
libexttextcat/repos/testing-x86_64/libexttextcat.changelog
(from rev 306851, libexttextcat/trunk/libexttextcat.changelog)
----------------------------------------+
testing-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++
testing-i686/libexttextcat.changelog | 2 ++
testing-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++
testing-x86_64/libexttextcat.changelog | 2 ++
4 files changed, 64 insertions(+)
Copied: libexttextcat/repos/testing-i686/PKGBUILD (from rev 306851, libexttextcat/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2017-10-05 17:51:00 UTC (rev 306852)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=libexttextcat
+pkgver=3.4.5
+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=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('13fdbc9d4c489a4d0519e51933a1aa21fe3fb9eb7da191b87f7a63e82797dac8')
+
+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/testing-i686/libexttextcat.changelog (from rev 306851, libexttextcat/trunk/libexttextcat.changelog)
===================================================================
--- testing-i686/libexttextcat.changelog (rev 0)
+++ testing-i686/libexttextcat.changelog 2017-10-05 17:51:00 UTC (rev 306852)
@@ -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'
Copied: libexttextcat/repos/testing-x86_64/PKGBUILD (from rev 306851, libexttextcat/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-05 17:51:00 UTC (rev 306852)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=libexttextcat
+pkgver=3.4.5
+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=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('13fdbc9d4c489a4d0519e51933a1aa21fe3fb9eb7da191b87f7a63e82797dac8')
+
+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/testing-x86_64/libexttextcat.changelog (from rev 306851, libexttextcat/trunk/libexttextcat.changelog)
===================================================================
--- testing-x86_64/libexttextcat.changelog (rev 0)
+++ testing-x86_64/libexttextcat.changelog 2017-10-05 17:51:00 UTC (rev 306852)
@@ -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