]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - check/check.nm
libtiff: Update to 4.6.0
[people/pmueller/ipfire-3.x.git] / check / check.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = check
7 version = 0.15.2
8 release = 1
9
10 groups = System/Libraries
11 url = https://github.com/libcheck/check
12 license = LGPLv2.1
13 summary = A unit testing framework for C
14
15 description
16 Check is a unit testing framework for C. It features a simple
17 interface for defining unit tests, putting little in the way of
18 the developer. Tests are run in a separate address space, so
19 Check can catch both assertion failures and code errors that
20 cause segmentation faults or other signals.
21 end
22
23 source_dl = https://github.com/libcheck/check/releases/download/%{version}/
24
25 build
26 test
27 LD_LIBRARY_PATH="%{DIR_APP}/src/.libs" make check
28 end
29 end
30
31 packages
32 package %{name}
33
34 package %{name}-devel
35 template DEVEL
36 end
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41 end