I want to integrate libzmq to RDK ,while i wrote recipe to download and that was as below, while processing that i got a error as mentioned below ,can u suggest me how to solve this and what was the issue.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 

SUMMARY = "libzmq"
LICENSE = "GPLv2"

SRC_URI = "git://github.com/zeromq/libzmq.git;protocol=https;branch=master"

S = "${WORKDIR}/git/libzmq"

do_compile() {
${S}/autogen.sh
${S}/configure
${S]/make
${S}/make install
}

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

ERROR: ExpansionError during parsing /home/google/NET_SDK_TEAM/eresh/meta-prplmesh/recipes-connectivity/libzmq/libzmq_1.bb: Failure expanding variable do_compile: ShellSyntaxError: Unexpected EOF