]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - beecrypt/beecrypt.nm
Add a -debuginfo for every package that is not noarch.
[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
8release = 1
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
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
47end
48
49packages
50 package %{name}
51
52 package %{name}-devel
53 template DEVEL
54 end
1f9bc2f0
MT
55
56 package %{name}-debuginfo
57 template DEBUGINFO
58 end
8280683f 59end