unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add wimlib.
@ 2017-01-03 13:55 Tobias Geerinckx-Rice
  2017-01-04  4:07 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias Geerinckx-Rice @ 2017-01-03 13:55 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/backup.scm (wimlib): New variable.
---

Guix,

This adds wimlib, a handy litte tool for liberating files from .wim images.

I've kept the description rather short to avoid any promotion of the format
and platform, for obvious reasons.

Kind regards,

T G-R

 gnu/packages/backup.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 86c6712..44119d2 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2014, 2015 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
 ;;; Copyright © 2015, 2016 Leo Famulari <leo@famulari.name>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -544,3 +545,37 @@ changes are stored.")
     (home-page "https://attic-backup.org/")
     (license license:bsd-3)
     (properties `((superseded . ,borg)))))
+
+(define-public wimlib
+  (package
+    (name "wimlib")
+    (version "1.10.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://wimlib.net/downloads/"
+                                  name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0mbz03smlc054i2m9q2sbqymml9m897kfs84q7g81i26y811p6wq"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("fuse" ,fuse)
+       ("libxml2" ,libxml2)
+       ("ntfs-3g" ,ntfs-3g)
+       ("openssl" ,openssl)))
+    (arguments
+     `(#:configure-flags (list "--enable-test-support")))
+    (home-page "https://wimlib.net/")
+    (synopsis "WIM file manipulation library and utilities")
+    (description "wimlib is a C library and set of command-line utilities for
+creating, modifying, extracting, and mounting archives in the Windows Imaging
+Format (@dfn{WIM files}).  It can capture and apply WIMs directly from and to
+NTFS volumes using @code{ntfs-3g}, preserving NTFS-specific attributes.")
+    ;; wimlib is dual-licenced under either the GPL or LGPL (both version 3 or
+    ;; later), except those files explicitly marked as being released into the
+    ;; public domain (CC0) in their headers.
+    (license (list license:gpl3+
+                   license:lgpl3+
+                   license:cc0))))
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: Add wimlib.
  2017-01-03 13:55 [PATCH] gnu: Add wimlib Tobias Geerinckx-Rice
@ 2017-01-04  4:07 ` Leo Famulari
  2017-01-04  4:39   ` Tobias Geerinckx-Rice
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2017-01-04  4:07 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: guix-devel

On Tue, Jan 03, 2017 at 02:55:10PM +0100, Tobias Geerinckx-Rice wrote:
> * gnu/packages/backup.scm (wimlib): New variable.

Thanks, LGTM!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: Add wimlib.
  2017-01-04  4:07 ` Leo Famulari
@ 2017-01-04  4:39   ` Tobias Geerinckx-Rice
  0 siblings, 0 replies; 3+ messages in thread
From: Tobias Geerinckx-Rice @ 2017-01-04  4:39 UTC (permalink / raw)
  To: leo; +Cc: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 249 bytes --]

Leo,

On 04/01/17 05:07, Leo Famulari wrote:
> On Tue, Jan 03, 2017 at 02:55:10PM +0100, Tobias Geerinckx-Rice wrote:
>> * gnu/packages/backup.scm (wimlib): New variable.
> 
> Thanks, LGTM!

Thank _you_. Pushed.

Kind regards,

T G-R


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 476 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-04  4:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-03 13:55 [PATCH] gnu: Add wimlib Tobias Geerinckx-Rice
2017-01-04  4:07 ` Leo Famulari
2017-01-04  4:39   ` Tobias Geerinckx-Rice

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).