mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 09:01:23 +00:00
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
520 B
BlitzBasic
13 lines
520 B
BlitzBasic
SUMMARY = "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
|