summaryrefslogtreecommitdiff
path: root/recipes/libgsasl
diff options
context:
space:
mode:
authorSergey Lapin <slapin@ossfans.org>2010-03-22 18:13:56 +0300
committerSergey Lapin <slapin@ossfans.org>2010-03-22 18:13:56 +0300
commit3937c88166a493900a694ea8fe53b860f4099d83 (patch)
tree57597245b6efd4cf27c1f4c9ff21c0515e530c15 /recipes/libgsasl
parentdf2ace6d59e22b42e50bcf4e8a9c92b580602c2e (diff)
parent3510d2ed15a4b477aa7af802a839e11a87b981ed (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/libgsasl')
-rw-r--r--recipes/libgsasl/libgsasl_1.4.0.bb14
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 0000000000..2e6b4619c9
--- /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