ncurses: add xterm terminfo file back
[openembedded.git] / recipes / libgsasl / libgsasl_1.4.0.bb
1 DESCRIPTION = "GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms."
2 HOMEPAGE = "http://www.gnu.org/software/gsasl/"
3 DEPENDS = "libidn"  
4 PR = "r0"
5
6 SRC_URI = "${GNU_MIRROR}/${PN}/${P}.tar.gz;name=libgsasl"
7 SRC_URI[libgsasl.md5sum] = "e1e5ffac3f260a0412b8820d8e5229ab"
8 SRC_URI[libgsasl.sha256sum] = "1e3d42c414e09a8fb16fb3ce5fac2a3b3324048e123b7f682fb05b12c51bede8"
9
10 S = ${WORKDIR}/${PN}-${PV}
11
12 EXTRA_OECONF = "--with-libidn-prefix=${STAGING_DIR}/${HOST_SYS}"
13
14 inherit autotools