summaryrefslogtreecommitdiffstats
path: root/jjb/cicn/include-raw-cicn-libicnet-build.sh
blob: 3b752e7a2ee869ae6ba99c654dd21461405a8791 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# basic build script example
set -euo pipefail
IFS=$'\n\t'

PACKAGE_NAME="LIBICNET"
PACKAGE_DEPS="LIBICNET_DEPS"
build_package $PACKAGE_NAME $PACKAGE_DEPS