From: Martin Jansa Date: Thu, 8 Jul 2010 09:21:14 +0000 (+0200) Subject: liboauth: add recipe for OAuth Core RFC 5849 standard implementation (will be used... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fe49913ae91d900b27e7e95a8ebaca507e919af;p=openembedded.git liboauth: add recipe for OAuth Core RFC 5849 standard implementation (will be used in elmdentica) Signed-off-by: Martin Jansa --- 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