From mboxrd@z Thu Jan 1 00:00:00 1970 From: taylanbayirli@gmail.com (Taylan Ulrich =?utf-8?Q?Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer?=) Subject: [PATCH] gnu: Add libmspack. Date: Sun, 22 Feb 2015 00:18:23 +0100 Message-ID: <87twyelups.fsf@taylan.uni.cx> Mime-Version: 1.0 Content-Type: text/x-diff; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPJJe-0008K8-T7 for guix-devel@gnu.org; Sat, 21 Feb 2015 18:18:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPJJa-0005gc-ON for guix-devel@gnu.org; Sat, 21 Feb 2015 18:18:30 -0500 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:33576) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPJJa-0005gY-Gc for guix-devel@gnu.org; Sat, 21 Feb 2015 18:18:26 -0500 Received: by mail-wg0-f44.google.com with SMTP id k14so19387932wgh.3 for ; Sat, 21 Feb 2015 15:18:26 -0800 (PST) Received: from taylan.uni.cx (p5B15C3AD.dip0.t-ipconnect.de. [91.21.195.173]) by mx.google.com with ESMTPSA id x6sm48521225wjf.24.2015.02.21.15.18.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 21 Feb 2015 15:18:25 -0800 (PST) Content-Disposition: inline; filename=0002-gnu-Add-libmspack.patch Content-Description: patch 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: guix-devel@gnu.org >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 origina= l collection of files. This package is mostly for compatibility and historical interest.") (license license:gpl3+))) =20 +(define-public libmspack + (package + (name "libmspack") + (version "0.5") + (source + (origin + (method url-fetch) + (uri (string-append "http://www.cabextract.org.uk/libmspack/libmspac= k-" + version "alpha.tar.gz")) + (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