diff options
| author | Armin Kuster <akuster808@gmail.com> | 2017-10-26 14:08:24 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-01 16:10:36 -0800 |
| commit | 3d91c97e1df36c9421770ca74acfb9a9e4883f28 (patch) | |
| tree | 5a7ba30ab597eeb930a05036080546d018f45831 /meta-oe/recipes-crypto/libmcrypt | |
| parent | 6b9b7036d47cc9d5920f1a9dcb89cebafdb934e3 (diff) | |
| download | meta-openembedded-3d91c97e1df36c9421770ca74acfb9a9e4883f28.tar.gz | |
libmcryt: movre to recipes-crypto
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-crypto/libmcrypt')
| -rw-r--r-- | meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb b/meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb new file mode 100644 index 0000000000..2a133c69ad --- /dev/null +++ b/meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 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 | ||
