lib/json-c/ndmake.sh
$ cat ndmake.sh
#!/bin/sh -ue
NAME=json-c
VERSION=git
RELEASE=1
SOURCE="https://github.com/json-c/json-c"
BUILD_STYLE="cmake"
BUILD_OPT="-DBUILD_APPS=OFF -DDISABLE_WERROR=ON"
. ${0%/*}/../../libsh/libdmake.sh

$ cat ndmake.sh
#!/bin/sh -ue
NAME=json-c
VERSION=git
RELEASE=1
SOURCE="https://github.com/json-c/json-c"
BUILD_STYLE="cmake"
BUILD_OPT="-DBUILD_APPS=OFF -DDISABLE_WERROR=ON"
. ${0%/*}/../../libsh/libdmake.sh