From patchwork Thu Feb 7 10:51:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,7/8] libmemcrypt: add 2.5.8 Date: Thu, 07 Feb 2013 10:51:02 -0000 From: Marcin Juszkiewicz X-Patchwork-Id: 44231 Message-Id: <1360234263-18278-8-git-send-email-marcin.juszkiewicz@linaro.org> To: openembedded-devel@lists.openembedded.org Signed-off-by: Marcin Juszkiewicz --- .../recipes-support/libmcrypt/libmcrypt_2.5.8.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb diff --git a/meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb b/meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb new file mode 100644 index 0000000..0cbe189 --- /dev/null +++ b/meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Replacement for the old crypt() package and crypt(1) command, with extensions." +HOMEPAGE = "http://mcrypt.sourceforge.net/" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff" + +SRC_URI = "${SOURCEFORGE_MIRROR}/project/mcrypt/Libmcrypt/${PV}/libmcrypt-${PV}.tar.gz" + +SRC_URI[md5sum] = "0821830d930a86a5c69110837c55b7da" +SRC_URI[sha256sum] = "e4eb6c074bbab168ac47b947c195ff8cef9d51a211cdd18ca9c9ef34d27a373e" + +inherit autotools gettext binconfig + +do_configure() { + gnu-configize --force +# libtoolize --force --copy + autoconf + oe_runconf +} + +do_install_append() { + rm ${D}${libdir}/libmcrypt -r +}