increase dvbapp PR.
[vuplus_openembedded] / recipes / gnutls / gnutls.inc
1 DESCRIPTION = "GNU Transport Layer Security Library"
2 HOMEPAGE = "http://www.gnu.org/software/gnutls/"
3 DEPENDS = "zlib libgcrypt lzo guile-native gtk-doc"
4 LICENSE = "LGPL"
5 LICENSE_${PN}-extra = "GPLv3"
6
7 SRC_URI = "http://ftp.gnu.org/gnu/gnutls/gnutls-${PV}.tar.bz2;name=gnutls"
8
9 inherit autotools binconfig pkgconfig gettext
10
11 INC_PR = "r11"
12
13 EXTRA_OECONF = "--with-included-opencdk --with-included-libtasn1 --disable-rpath"
14
15 PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin ${PN}-xx"
16
17 FILES_${PN} = "${libdir}/libgnutls.so.*"
18 FILES_${PN}-bin = "${bindir}/gnutls-serv \
19                    ${bindir}/gnutls-cli \
20                    ${bindir}/srptool \
21                    ${bindir}/psktool \
22                    ${bindir}/certtool \
23                    ${bindir}/gnutls-srpcrypt"
24
25 FILES_${PN}-dev += "${bindir}/*-config ${bindir}/gnutls-cli-debug"
26 FILES_${PN}-extra = "${libdir}/libgnutls-extra.so.*"
27 FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*"
28 FILES_${PN}-xx = "${libdir}/libgnutlsxx.so.*"
29
30 BBCLASSEXTEND = "native"