]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - beecrypt/beecrypt.nm
perl-XML-SAX-Base: New package.
[people/ms/ipfire-3.x.git] / beecrypt / beecrypt.nm
CommitLineData
8280683f
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = beecrypt
7version = 4.2.1
6b93268a 8release = 2
8280683f
MT
9
10groups = System/Libraries
11url = http://beecrypt.sourceforge.net/
12license = LGPLv2+
13summary = An open source cryptography library.
14
15description
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.
20end
21
22source_dl = http://downloads.sourceforge.net/sourceforge/%{name}/
23
24build
25 requires
26 autoconf
27 automake
28 gcc-c++
29 libtool
8280683f
MT
30 end
31
32 prepare_cmds
33 libtoolize
34 autoreconf
35 end
36
6b93268a 37 # Getting weird linking errors without --disable-threads.
8280683f 38 configure_options += \
6b93268a
MT
39 --disable-expert-mode \
40 --disable-threads \
41 --enable-openmp \
8280683f
MT
42 --with-cplusplus=no \
43 --with-java=no \
44 --with-python=no
45
6b93268a
MT
46 make_build_targets += OPENMP_LIBS="-lgomp"
47
8280683f
MT
48 test
49 make check
50 end
51end
52
53packages
54 package %{name}
55
56 package %{name}-devel
57 template DEVEL
58 end
1f9bc2f0
MT
59
60 package %{name}-debuginfo
61 template DEBUGINFO
62 end
8280683f 63end