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,10 @@
config BR2_PACKAGE_LIBOAUTH
bool "liboauth"
select BR2_PACKAGE_OPENSSL
help
liboauth is a collection of c functions implementing the oAuth
Core 1.0 Rev A standard API. liboauth provides basic functions to
escape and encode parameters according to oAuth specs and offers
high-level functions to sign requests or verify signatures.
http://liboauth.sourceforge.net/

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f liboauth-1.0.3.tar.gz

View File

@@ -0,0 +1,20 @@
################################################################################
#
# liboauth
#
################################################################################
LIBOAUTH_VERSION = 1.0.3
LIBOAUTH_SITE = http://downloads.sourceforge.net/project/liboauth
LIBOAUTH_INSTALL_STAGING = YES
LIBOAUTH_DEPENDENCIES += host-pkgconf openssl
LIBOAUTH_LICENSE = MIT
LIBOAUTH_LICENSE_FILES = COPYING.MIT
ifeq ($(BR2_PACKAGE_LIBCURL),y)
LIBOAUTH_DEPENDENCIES += libcurl
else
LIBOAUTH_CONF_OPTS += --disable-libcurl
endif
$(eval $(autotools-package))