Move all to deprecated folder.
This commit is contained in:
10
deprecated/firmware/buildroot/package/liboauth/Config.in
Normal file
10
deprecated/firmware/buildroot/package/liboauth/Config.in
Normal 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/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f liboauth-1.0.3.tar.gz
|
||||
20
deprecated/firmware/buildroot/package/liboauth/liboauth.mk
Normal file
20
deprecated/firmware/buildroot/package/liboauth/liboauth.mk
Normal 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))
|
||||
Reference in New Issue
Block a user