From 4fe49913ae91d900b27e7e95a8ebaca507e919af Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 8 Jul 2010 11:21:14 +0200 Subject: liboauth: add recipe for OAuth Core RFC 5849 standard implementation (will be used in elmdentica) Signed-off-by: Martin Jansa --- recipes/liboauth/liboauth_0.8.8.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/liboauth/liboauth_0.8.8.bb (limited to 'recipes') 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 -- cgit v1.2.3