From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: Re: [PATCH] gnu: Add libmspack. Date: Sat, 21 Feb 2015 18:36:05 -0500 Message-ID: <87twyealcq.fsf@fsf.org> References: <87twyelups.fsf@taylan.uni.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPJai-00053O-MH for guix-devel@gnu.org; Sat, 21 Feb 2015 18:36:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPJah-0002g4-Jz for guix-devel@gnu.org; Sat, 21 Feb 2015 18:36:08 -0500 Received: from mail.fsf.org ([208.118.235.13]:34088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPJah-0002fy-Fy for guix-devel@gnu.org; Sat, 21 Feb 2015 18:36:07 -0500 In-Reply-To: <87twyelups.fsf@taylan.uni.cx> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?utf-8?Q?Taylan_Ulrich_Bay=C4=B1rl=C4=B1=2FKammer?= , guix-devel@gnu.org "Taylan Ulrich Bay=C4=B1rl=C4=B1/Kammer" writes: > From 27f76fe6aa98efe0259258e81065b1020c5b2290 Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Taylan=3D20Ulrich=3D20Bay=3DC4=3DB1rl=3DC4=3DB1/Kammer?= =3D > > Date: Fri, 20 Feb 2015 15:13:34 +0100 > Subject: [PATCH 2/9] gnu: Add libmspack. > > * gnu/packages/compression.scm (libmspack): New variable. > --- > gnu/packages/compression.scm | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > > diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm > index cda1984..47a0361 100644 > --- a/gnu/packages/compression.scm > +++ b/gnu/packages/compression.scm > @@ -2,6 +2,7 @@ > ;;; Copyright =C2=A9 2012, 2013, 2014, 2015 Ludovic Court=C3=A8s > ;;; Copyright =C2=A9 2013 Andreas Enge > ;;; Copyright =C2=A9 2014 Mark H Weaver > +;;; Copyright =C2=A9 2015 Taylan Ulrich Bay=C4=B1rl=C4=B1/Kammer > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -324,3 +325,21 @@ processed by a Bourne-type shell to unpack the origi= nal collection of files. > This package is mostly for compatibility and historical interest.") > (license license:gpl3+))) >=20=20 > +(define-public libmspack > + (package > + (name "libmspack") > + (version "0.5") > + (source > + (origin > + (method url-fetch) > + (uri (string-append "http://www.cabextract.org.uk/libmspack/libmsp= ack-" > + version "alpha.tar.gz")) Perhaps "alpha" should be part of the version? > + (sha256 > + (base32 "04413hynb7zizxnkgy9riik3612dwirkpr6fcjrnfl2za9sz4rw9")))) > + (build-system gnu-build-system) > + (home-page "http://www.cabextract.org.uk/libmspack/") > + (synopsis "Compression tools for some formats used by Microsoft") > + (description > + "The purpose of libmspack is to provide both compression and > +decompression of some loosely related file formats used by Microsoft.") > + (license license:lgpl2.1+))) > --=20 > 2.2.1 > > --=20 David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate