]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libuecc/libuecc.nm
libuecc: New package
[people/ms/ipfire-3.x.git] / libuecc / libuecc.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libuecc
7 version = 4
8 release = 1
9
10 groups = Development/Tools
11 url = http://git.universe-factory.net/libuecc
12 license = BSD
13 summary = Very small Elliptic Curve Cryptography library
14
15 description
16 %{summary}.
17 end
18
19 source_dl = http://git.universe-factory.net/libuecc/snapshot/
20 sources = %{thisapp}.tar.xz
21
22 build
23 requires
24 cmake >= 2.8.4-3
25 end
26
27 build
28 %{cmake} .
29 make %{PARALLELISMFLAGS}
30 end
31 end
32
33 packages
34 package %{name}
35
36 package %{name}-devel
37 template DEVEL
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end