Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Replacement for the old crypt() package and crypt(1) command, with extensions" |
| 2 | HOMEPAGE = "http://mcrypt.sourceforge.net/" |
| 3 | LICENSE = "LGPLv2.1" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff" |
| 5 | DEPENDS = "libtool" |
| 6 | |
| 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/mcrypt/Libmcrypt/${PV}/libmcrypt-${PV}.tar.gz" |
| 8 | |
| 9 | SRC_URI[md5sum] = "0821830d930a86a5c69110837c55b7da" |
| 10 | SRC_URI[sha256sum] = "e4eb6c074bbab168ac47b947c195ff8cef9d51a211cdd18ca9c9ef34d27a373e" |
| 11 | |
| 12 | inherit autotools-brokensep gettext binconfig |