]> git.ipfire.org Git - ipfire-3.x.git/blob - beecrypt/beecrypt.nm
Add a -debuginfo for every package that is not noarch.
[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 = 1
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
31 perl-Carp
32 end
33
34 prepare_cmds
35 libtoolize
36 autoreconf
37 end
38
39 configure_options += \
40 --with-cplusplus=no \
41 --with-java=no \
42 --with-python=no
43
44 test
45 make check
46 end
47 end
48
49 packages
50 package %{name}
51
52 package %{name}-devel
53 template DEVEL
54 end
55
56 package %{name}-debuginfo
57 template DEBUGINFO
58 end
59 end