############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = beecrypt version = 4.2.1 release = 1 groups = System/Libraries url = http://beecrypt.sourceforge.net/ license = LGPLv2+ summary = An open source cryptography library. description BeeCrypt is an ongoing project to provide a strong and fast cryptography toolkit. Includes entropy sources, random generators, block ciphers, hash functions, message authentication codes, multiprecision integer routines and public key primitives. end source_dl = http://downloads.sourceforge.net/sourceforge/%{name}/ build requires autoconf automake gcc-c++ libtool perl-Carp end prepare_cmds libtoolize autoreconf end configure_options += \ --with-cplusplus=no \ --with-java=no \ --with-python=no test make check end end packages package %{name} package %{name}-devel template DEVEL end package %{name}-debuginfo template DEBUGINFO end end