Version bump. Plays nice with new wpa-supplicant, hopefully.
authorJoseph Cole <jnc@unknown.openembedded.org>
Sat, 25 Feb 2006 20:40:17 +0000 (20:40 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 25 Feb 2006 20:40:17 +0000 (20:40 +0000)
packages/gnutls/gnutls_1.2.10.bb [new file with mode: 0644]

diff --git a/packages/gnutls/gnutls_1.2.10.bb b/packages/gnutls/gnutls_1.2.10.bb
new file mode 100644 (file)
index 0000000..7227dfd
--- /dev/null
@@ -0,0 +1,27 @@
+DESCRIPTION = "GNU Transport Layer Security Library"
+DEPENDS = "zlib libgcrypt lzo"
+
+LICENSE = "LGPL"
+
+SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2"
+
+inherit autotools
+inherit binconfig
+
+PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin"
+FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*"
+FILES_${PN}-extra = "${libdir}/libgnutls-extra.so.*"
+FILES_${PN} = "${libdir}/libgnutls.so.*"
+FILES_${PN}-bin = "${bindir}/gnutls-serv ${bindir}/gnutls-cli \
+       ${bindir}/srptool ${bindir}/certtool ${bindir}/gnutls-srpcrypt"
+FILES_${PN}-dev += "${bindir}/*-config ${bindir}/gnutls-cli-debug"
+
+EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1"
+
+do_stage() {
+       oe_libinstall -C lib/.libs -so -a libgnutls ${STAGING_LIBDIR}
+       oe_libinstall -C libextra/.libs -so -a libgnutls-extra ${STAGING_LIBDIR}
+       oe_libinstall -C libextra/.libs -so -a libgnutls-openssl ${STAGING_LIBDIR}
+       autotools_stage_includes
+}
+