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

PACKAGE_NAME="LIBCCNX_PORTAL"
PACKAGE_DEPS="LIBCCNX_PORTAL_DEPS"
cd libccnx-portal
build_package $PACKAGE_NAME $PACKAGE_DEPS