mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-21 04:38:29 +00:00
17 lines
368 B
PHP
17 lines
368 B
PHP
DESCRIPTION = "SSL/TLS library"
|
|
LICENSE = "GPL"
|
|
|
|
inherit pkgconfig
|
|
|
|
EXTRA_OEMAKE += " SHARED=1"
|
|
|
|
PROVIDES = "polarssl polarssl-dev"
|
|
ALLOW_EMPTY_${PN} = "1"
|
|
|
|
PACKAGES += "${PN}-utils"
|
|
|
|
MAKE_DESTDIR = "DESTDIR=${D}/${prefix}"
|
|
|
|
FILES_${PN} += "${sharedlibdir}/*${SOLIBSDEV}"
|
|
FILES_${PN}-dev += "!${sharedlibdir}/*${SOLIBSDEV}"
|
|
FILES_${PN}-utils += "${bindir}/polarssl_*"
|