Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
libmcrypt doesn't use C++ so remove the check.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
diff -Nura libmcrypt-2.5.8.orig/configure.in libmcrypt-2.5.8/configure.in
--- libmcrypt-2.5.8.orig/configure.in 2013-01-07 12:20:44.332200669 -0300
+++ libmcrypt-2.5.8/configure.in 2013-01-07 12:20:50.405390565 -0300
@@ -19,7 +19,6 @@
AC_PROG_MAKE_SET
-AC_PROG_CXX
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_LIBMCRYPT
bool "libmcrypt"
help
libmcrypt is a library that provides uniform interface to access
several encryption algorithms.
http://mcrypt.sourceforge.net/

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 e4eb6c074bbab168ac47b947c195ff8cef9d51a211cdd18ca9c9ef34d27a373e libmcrypt-2.5.8.tar.gz

View File

@@ -0,0 +1,15 @@
################################################################################
#
# libmcrypt
#
################################################################################
LIBMCRYPT_VERSION = 2.5.8
LIBMCRYPT_SITE = http://downloads.sourceforge.net/project/mcrypt/Libmcrypt/$(LIBMCRYPT_VERSION)
LIBMCRYPT_AUTORECONF = YES
LIBMCRYPT_INSTALL_STAGING = YES
LIBMCRYPT_LICENSE = LGPLv2.1
LIBMCRYPT_LICENSE_FILES = COPYING.LIB
LIBMCRYPT_CONFIG_SCRIPTS = libmcrypt-config
$(eval $(autotools-package))