[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: Add libmspub.
From: |
Andreas Enge |
Subject: |
06/08: gnu: Add libmspub. |
Date: |
Wed, 06 May 2015 20:26:04 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit 86e278fc1ac9b261468081e89cbd6b695f98a71c
Author: Andreas Enge <address@hidden>
Date: Wed May 6 22:06:36 2015 +0200
gnu: Add libmspub.
* gnu/packages/libreoffice.scm (libmspub): New variable.
---
gnu/packages/libreoffice.scm | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 2f7b4d7..9027a83 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -332,3 +332,29 @@ library primarily intended for language guessing.")
(description "Libfreehand is a library that parses the file format of
Aldus/Macromedia/Adobe FreeHand documents.")
(license mpl2.0)))
+
+(define-public libmspub
+ (package
+ (name "libmspub")
+ (version "0.1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "http://dev-www.libreoffice.org/src/" name "/"
+ name "-" version ".tar.xz"))
+ (sha256 (base32
+ "03sn6lxpr49sdq6j8q7fw7yjybyfahhs03z80388mh105pwapfmh"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("doxygen" ,doxygen)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("boost" ,boost)
+ ("icu4c" ,icu4c)
+ ("librevenge" ,librevenge)
+ ("zlib" ,zlib)))
+ (home-page "https://wiki.documentfoundation.org/DLP/Libraries/libmspub")
+ (synopsis "Library for parsing the Microsoft Publisher format")
+ (description "Libmspub is a library that parses the file format of
+Microsoft Publisher documents of all versions.")
+ (license mpl2.0)))
- 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, 2015/05/06
- 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 <=
- 07/08: gnu: Add libpagemaker., Andreas Enge, 2015/05/06
- 08/08: gnu: Add libvisio., Andreas Enge, 2015/05/06