#!/usr/bin/sh -e ./configure --prefix=/usr sed -i 's|sys/sysctl.h|linux/sysctl.h|g' libxo/xo_syslog.c make make DESTDIR="$1" install