opkg-utils: Fix typo and drop duplicate S entry
[openembedded.git] / recipes / matrixssl / matrixssl_1.1.1.bb
blob38ed0c220661f46d0494dbe84bdb676255494c06
1 DESCRIPTION = "A secure sockets library"
2 SECTION = "libs"
3 LICENSE = "GPL"
4 PR = "r1"
5 SRC_URI = "http://wiki.openembedded.org/dl/matrixssl-1-1-1.tar.gz \
6 file://cross.patch"
7 S = "${WORKDIR}/matrixssl/src"
9 require matrixssl.inc
11 CFLAGS_append = " ${@define_os(d)}"
13 do_install () {
14 install -d ${D}${includedir}
15 install -m 0644 ${S}/../matrixSsl.h ${D}${includedir}/
16 oe_libinstall -so libmatrixssl ${D}${libdir}/
19 SRC_URI[md5sum] = "0f867a7b5ce70650f36caf00c4941ebf"
20 SRC_URI[sha256sum] = "b46ade42d080851ba4c5a10d3c520eb169fc33ab5c259ee8ca147eff57741246"