]> git.ipfire.org Git - ipfire-3.x.git/blame - check/check.nm
screen: Make screen FHS compliant
[ipfire-3.x.git] / check / check.nm
CommitLineData
ea100fca
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = check
7version = 0.15.2
8release = 1
9
10groups = System/Libraries
11url = https://github.com/libcheck/check
12license = LGPLv2.1
13summary = A unit testing framework for C
14
15description
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.
21end
22
23source_dl = https://github.com/libcheck/check/releases/download/%{version}/
24
25build
26 test
27 LD_LIBRARY_PATH="%{DIR_APP}/src/.libs" make check
28 end
29end
30
31packages
32 package %{name}
33
34 package %{name}-devel
35 template DEVEL
36 end
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41end