mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
libmcrypt: add 2.5.8
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
6c1617f4de
commit
0e8a235d91
@@ -0,0 +1,12 @@
|
||||
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"
|
||||
DEPENDS = "libtool"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/project/mcrypt/Libmcrypt/${PV}/libmcrypt-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "0821830d930a86a5c69110837c55b7da"
|
||||
SRC_URI[sha256sum] = "e4eb6c074bbab168ac47b947c195ff8cef9d51a211cdd18ca9c9ef34d27a373e"
|
||||
|
||||
inherit autotools gettext binconfig
|
||||
Reference in New Issue
Block a user