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