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

source ./build-package.sh

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