Kei Yamashita <[email protected]> skribis: > From 7c54fcc66ba52e58eec806c5a9eaefa0ee56afc1 Mon Sep 17 00:00:00 2001 > From: Kei Yamashita <[email protected]> > Date: Tue, 10 May 2016 20:39:42 -0400 > Subject: [PATCH] gnu: Add libpst. > > * gnu/packages/mail.scm (libpst): New variable.
[...] > (package > (name "mutt") > - (version "1.6.1") > + (version "1.6.0") > (source (origin > (method url-fetch) > (uri (string-append "ftp://ftp.mutt.org/pub/mutt/mutt-" > version ".tar.gz")) > (sha256 > (base32 > - "087dz1y9qhl4ikhsnnb4xmyvs82w6kx480w8zj130wdiqvn6rclq")) > + "06bc2drbgalkk68rzg7hq2v5m5qgjxff5357wg0419dpi8ivdbr9")) Oops. :-) Please remove this hunk. > +(define-public libpst > + (package > + (name "libpst") > + (version "0.6.66") > + (source (origin > + (method url-fetch) > + (uri (string-append "http://www.five-ten-sg.com/" name > + "/packages/" name "-" version ".tar.gz")) > + (sha256 > + (base32 > + "0whzgrky1b015czg9f5mk8zpz1mvip3ifzp24nfis291v0wrkd4j")))) > + (build-system gnu-build-system) > + (native-inputs > + `(("pkg-config" ,pkg-config))) > + (inputs > + `(("boost" ,boost) > + ("libgsf" ,libgsf) > + ("python" ,python-2))) > + (home-page "http://www.five-ten-sg.com/libpst/") > + (synopsis "Microsoft Outlook .pst file converter") > + (description > + "Libpst can convert both 32 bit Microsoft Outlook files (pre 2003), and > +the 64 bit Outlook 2003 pst files. Utilities are supplied to convert email > +messages to both mbox and MH mailbox formats. Contacts can be converted to a > +simple list, to vcard format, or to ldif format for import to an LDAP > server.") > + (license gpl2+))) LGTM. Hopefully you’ll be able to push by yourself soonish. :-) Ludo’.
