lib/libvorbis/ndmake.sh
$ cat ndmake.sh
#!/bin/sh -ue
NAME=libvorbis
VERSION=1.3.7
RELEASE=1
SOURCE="https://pkg.derivelinux.org/mirror/libvorpis.tar.gz"
BUILD_STYLE=configure
BUILD_OPT="--enable-static --disable-shared"
. ${0%/*}/../../libsh/libdmake.sh