#!/bin/sh -e

make CFLAGS="$CFLAGS -static" ubase-box
install -Dm755 ubase-box "$1/usr/bin/ubase-box"