aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnutls/gnutls.inc
blob: 5337fde2c8d250cfbeb415926e6bcd31eb0d64f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
DESCRIPTION = "GNU Transport Layer Security Library"
HOMEPAGE = "http://www.gnu.org/software/gnutls/"
DEPENDS = "zlib libgcrypt lzo guile-native"
LICENSE = "LGPL"

SRC_URI = "ftp://ftp.gnu.org/gnu/gnutls/gnutls-${PV}.tar.bz2"

inherit autotools binconfig pkgconfig

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

    install -d ${STAGING_DATADIR}/aclocal
    cp ${S}/lib/libgnutls.m4 ${STAGING_DATADIR}/aclocal/
    cp ${S}/libextra/libgnutls-extra.m4 ${STAGING_DATADIR}/aclocal/
}

PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin ${PN}-xx"

FILES_${PN} = "${libdir}/libgnutls.so.*"
FILES_${PN}-bin = "${bindir}/gnutls-serv \
                   ${bindir}/gnutls-cli \
                   ${bindir}/srptool \
                   ${bindir}/psktool \
                   ${bindir}/certtool \
                   ${bindir}/gnutls-srpcrypt"

FILES_${PN}-dev += "${bindir}/*-config ${bindir}/gnutls-cli-debug"
FILES_${PN}-extra = "${libdir}/libgnutls-extra.so.*"
FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*"
FILES_${PN}-xx = "${libdir}/libgnutlsxx.so.*"