]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - beecrypt/beecrypt.nm
perl-XML-SAX-Base: New package.
[people/ms/ipfire-3.x.git] / beecrypt / beecrypt.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = beecrypt
7 version = 4.2.1
8 release = 2
9
10 groups = System/Libraries
11 url = http://beecrypt.sourceforge.net/
12 license = LGPLv2+
13 summary = An open source cryptography library.
14
15 description
16 BeeCrypt is an ongoing project to provide a strong and fast cryptography
17 toolkit. Includes entropy sources, random generators, block ciphers, hash
18 functions, message authentication codes, multiprecision integer routines
19 and public key primitives.
20 end
21
22 source_dl = http://downloads.sourceforge.net/sourceforge/%{name}/
23
24 build
25 requires
26 autoconf
27 automake
28 gcc-c++
29 libtool
30 end
31
32 prepare_cmds
33 libtoolize
34 autoreconf
35 end
36
37 # Getting weird linking errors without --disable-threads.
38 configure_options += \
39 --disable-expert-mode \
40 --disable-threads \
41 --enable-openmp \
42 --with-cplusplus=no \
43 --with-java=no \
44 --with-python=no
45
46 make_build_targets += OPENMP_LIBS="-lgomp"
47
48 test
49 make check
50 end
51 end
52
53 packages
54 package %{name}
55
56 package %{name}-devel
57 template DEVEL
58 end
59
60 package %{name}-debuginfo
61 template DEBUGINFO
62 end
63 end