[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: Add libexttextcat.
From: |
Andreas Enge |
Subject: |
04/08: gnu: Add libexttextcat. |
Date: |
Wed, 06 May 2015 20:26:03 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit 97aee2b6a57a66608ee9eee919933f2e4900886e
Author: Andreas Enge <address@hidden>
Date: Wed May 6 21:47:45 2015 +0200
gnu: Add libexttextcat.
* gnu/packages/libreoffice.scm (libexttextcat): New variable.
---
gnu/packages/libreoffice.scm | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 3e5f331..4df8095 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -20,7 +20,7 @@
(define-module (gnu packages libreoffice)
#:use-module (guix packages)
#:use-module (guix download)
- #:use-module ((guix licenses) #:select (lgpl2.1+ mpl2.0))
+ #:use-module ((guix licenses) #:select (lgpl2.1+ mpl2.0 non-copyleft))
#:use-module (guix build-system gnu)
#:use-module (gnu packages boost)
#:use-module (gnu packages check)
@@ -287,3 +287,22 @@ CorelDRAW documents of all versions.")
(description "Libetonyek is a library that parses the file format of
Apple Keynote documents. It currently supports Keynote versions 2 to 5.")
(license mpl2.0)))
+
+(define-public libexttextcat
+ (package
+ (name "libexttextcat")
+ (version "3.4.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "http://dev-www.libreoffice.org/src/" name "/"
+ name "-" version ".tar.xz"))
+ (sha256 (base32
+ "14v2hkygnmf1zgahfm1fha47cr67iikrz2ymiqi28d2jydn0hk7j"))))
+ (build-system gnu-build-system)
+ (home-page "http://www.freedesktop.org/wiki/Software/libexttextcat/")
+ (synopsis "Text Categorization library")
+ (description "Libexttextcat is an N-Gram-Based Text Categorization
+library primarily intended for language guessing.")
+ (license (non-copyleft "file://LICENSE"
+ "See LICENSE in the distribution."))))
- branch master updated (e8444b2 -> 5620328), Andreas Enge, 2015/05/06
- 01/08: gnu: Add libabw., Andreas Enge, 2015/05/06
- 04/08: gnu: Add libexttextcat.,
Andreas Enge <=
- 03/08: gnu: Add libetonyek., Andreas Enge, 2015/05/06
- 05/08: gnu: Add libfreehand., Andreas Enge, 2015/05/06
- 02/08: gnu: Add libcdr., Andreas Enge, 2015/05/06
- 06/08: gnu: Add libmspub., Andreas Enge, 2015/05/06
- 07/08: gnu: Add libpagemaker., Andreas Enge, 2015/05/06
- 08/08: gnu: Add libvisio., Andreas Enge, 2015/05/06