From 58e8963674a28747dade497d8b63a1cbbc9c8338 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 6 Oct 2004 16:19:53 +0000 Subject: metakit, beecrypt: make it build with uclibc BKrev: 41641b29RV5NQ2ibJGv1pVN0yLmKiQ --- portabase/beecrypt_3.1.0.oe | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'portabase/beecrypt_3.1.0.oe') diff --git a/portabase/beecrypt_3.1.0.oe b/portabase/beecrypt_3.1.0.oe index e69de29bb2..e3d27c9771 100644 --- a/portabase/beecrypt_3.1.0.oe +++ b/portabase/beecrypt_3.1.0.oe @@ -0,0 +1,35 @@ +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." + +HOMEPAGE = "http://sourceforge.net/projects/beecrypt/" +LICENSE = "LGPL" +SRC_URI = "${SOURCEFORGE_MIRROR}/beecrypt/beecrypt-${PV}.tar.gz \ +file://config.m4 \ +file://gas.patch;patch=1 \ +file://m4.diff;patch=1" +PR = "r1" + +inherit autotools + +do_configure_prepend() { + +cp ${WORKDIR}/config.m4 ${S}/gas/ + +} + + +do_stage() { + +# oe_libinstall -a -C .libs libbeecrypt ${STAGING_LIBDIR} + cp .libs/libbeecrypt.a ${STAGING_LIBDIR}/ + install -d ${STAGING_INCDIR}/ + install -d ${STAGING_INCDIR}/beecrypt + for X in beecrypt.h beecrypt.api.h memchunk.h mpnumber.h beecrypt.gnu.h mp.h mpopt.h blockmode.h endianness.h + do + install -m 0644 ${X} ${STAGING_INCDIR}/beecrypt/${X} + done + +} + + -- cgit v1.2.3