diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-08 11:21:14 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-08 11:23:10 +0200 |
commit | 4fe49913ae91d900b27e7e95a8ebaca507e919af (patch) | |
tree | 2509e4a359ea44eeb0b8d08a50c17d49e3630792 /recipes/liboauth | |
parent | f867b84543f18944361d3c6058c27e7649aace9d (diff) |
liboauth: add recipe for OAuth Core RFC 5849 standard implementation (will be used in elmdentica)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/liboauth')
-rw-r--r-- | recipes/liboauth/liboauth_0.8.8.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/liboauth/liboauth_0.8.8.bb b/recipes/liboauth/liboauth_0.8.8.bb new file mode 100644 index 0000000000..f29307531f --- /dev/null +++ b/recipes/liboauth/liboauth_0.8.8.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Collection of POSIX-c functions implementing the OAuth Core RFC 5849 standard" +HOMEPAGE = "http://liboauth.sourceforge.net/" +LICENSE = "MIT GPLv2" +SECTION = "libs" + +SRC_URI = "http://liboauth.sourceforge.net/pool/${P}.tar.gz" +SRC_URI[md5sum] = "3c6b0d74c1e469c307ea7962044fdb9a" +SRC_URI[sha256sum] = "f5079670c08206a2bb28482934c59994cf1a288d3ec279d9a3723c4941230fd7" + +inherit autotools |