[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add CUnit.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] Add CUnit. |
Date: |
Sat, 14 Mar 2015 14:36:02 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Ricardo Wurmus <address@hidden> skribis:
> From ffcef48c74e2fe3963b93872d2863de6648e8ea5 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <address@hidden>
> Date: Tue, 10 Mar 2015 10:50:22 +0100
> Subject: [PATCH] gnu: Add CUnit.
>
> * gnu/packages/check.scm (cunit): New variable.
LGTM.
> + (uri (string-append "mirror://sourceforge/cunit/CUnit/"
> + version "/CUnit-" version ".tar.bz2"))
> + (sha256
> + (base32
> + "057j82da9vv4li4z5ri3227ybd18nzyq81f6gsvhifs5z0vr3cpm"))))
> + (build-system gnu-build-system)
> + (arguments '(#:phases
> + (alist-cons-before
> + 'configure 'autoconf
> + (lambda _
> + (zero? (system* "autoreconf" "-vfi")))
So they don’t produce the tarball with “make dist”? Bah.
Ludo’.