[oe-commits] Michael Lippautz : libgsasl: Add recipe

git version control git at git.openembedded.org
Fri Mar 5 09:39:42 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 37e7edb4cec5a9db9ad4e7bf71d785ed67668b1b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=37e7edb4cec5a9db9ad4e7bf71d785ed67668b1b

Author: Michael Lippautz <michael.lippautz at gmail.com>
Date:   Thu Mar  4 20:40:29 2010 +0100

libgsasl: Add recipe

* Add recipe for the GNU implementation of the Simple Authentication
  and Security Layer framework.

---

 recipes/libgsasl/libgsasl_1.4.0.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/recipes/libgsasl/libgsasl_1.4.0.bb b/recipes/libgsasl/libgsasl_1.4.0.bb
new file mode 100644
index 0000000..2e6b461
--- /dev/null
+++ b/recipes/libgsasl/libgsasl_1.4.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms."
+HOMEPAGE = "http://www.gnu.org/software/gsasl/"
+DEPENDS = "libidn"  
+PR = "r0"
+
+SRC_URI = "${GNU_MIRROR}/${PN}/${P}.tar.gz;name=libgsasl"
+SRC_URI[libgsasl.md5sum] = "e1e5ffac3f260a0412b8820d8e5229ab"
+SRC_URI[libgsasl.sha256sum] = "1e3d42c414e09a8fb16fb3ce5fac2a3b3324048e123b7f682fb05b12c51bede8"
+
+S = ${WORKDIR}/${PN}-${PV}
+
+EXTRA_OECONF = "--with-libidn-prefix=${STAGING_DIR}/${HOST_SYS}"
+
+inherit autotools





More information about the Openembedded-commits mailing list