diff options
author | Will Newton <will.newton@gmail.com> | 2012-02-02 11:28:11 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-02-02 12:48:39 +0100 |
commit | cee43cbcbd698f95025ecf3fe0697ecedf5f4aab (patch) | |
tree | b549e18e3af67d1b98d3aa24ea77da871012c3f8 /package/liboauth/Config.in | |
parent | 5256c77b46fb2fd9bf84dd790a7b8de873b7dcd9 (diff) |
liboauth: Add new package
[Peter: swap libcurl test around]
Signed-off-by: Will Newton <will.newton@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/liboauth/Config.in')
-rw-r--r-- | package/liboauth/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/liboauth/Config.in b/package/liboauth/Config.in new file mode 100644 index 000000000..77a78f115 --- /dev/null +++ b/package/liboauth/Config.in @@ -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/ |