emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#28558: closed ([PATCH] gnu: Add atool.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28558: closed ([PATCH] gnu: Add atool.)
Date: Fri, 20 Oct 2017 17:04:02 +0000

Your message dated Wed, 18 Oct 2017 23:10:37 +0200
with message-id <address@hidden>
and subject line Re: [bug#28558] [PATCH] gnu: Add atool.
has caused the debbugs.gnu.org bug report #28558,
regarding [PATCH] gnu: Add atool.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28558: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28558
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add atool. Date: Fri, 22 Sep 2017 23:49:14 +0200 User-agent: StGit/unknown-version
* gnu/packages/compression.scm (atool): New variable.
---
 gnu/packages/compression.scm |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 7eeeaf3..76cca5f 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -17,6 +17,7 @@
 ;;; Copyright © 2017 ng0 <address@hidden>
 ;;; Copyright © 2017 Manolis Fragkiskos Ragkousis <address@hidden>
 ;;; Copyright © 2017 Theodoros Foradis <address@hidden>
+;;; Copyright © 2017 Stefan Reichör <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1572,3 +1573,29 @@ zip archives.  Files can be added from data buffers, 
files, or compressed data
 copied directly from other zip archives.  Changes made without closing the
 archive can be reverted.")
     (license license:bsd-3)))
+
+(define-public atool
+  (package
+    (name "atool")
+    (version "0.39.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "http://savannah.nongnu.org/download/atool/atool-";
+             version ".tar.gz"))
+       (sha256
+        (base32
+         "0fvhzip2v08jgnlfpyj6rapan39xlsl1ksgq4lp8gfsai2ah1xma"))))
+    (inputs
+     `(("perl" ,perl)))
+    (build-system gnu-build-system)
+    (synopsis  "Universal tool to manage file archives of various types")
+    (description "The main command is @command{aunpack} which extracts files
+from an archive.  The other commands provided are @command{apack} (to create
+archives), @command{als} (to list files in archives), and @command{acat} (to
+extract files to standard out).  As @command{atool} invokes external programs
+to handle the archives, not all commands may be supported for a certain type
+of archives.")
+    (home-page "http://www.nongnu.org/atool/";)
+    (license license:gpl2+)))




--- End Message ---
--- Begin Message --- Subject: Re: [bug#28558] [PATCH] gnu: Add atool. Date: Wed, 18 Oct 2017 23:10:37 +0200 User-agent: mu4e 0.9.18; emacs 25.3.1
Hi Stefan,

I took the liberty to patch the path to file in the executable, add a
copyright line for you, and push the patch to master with commit
ef5c40aa2.

Thanks for your contribution!

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]