#!/bin/sh
# Place your shell code here
# It will be run with two args: buildroot spec
# Name this script as package name

# You can use SUDO variable, epm tool eget, epm print info and other epm commands

BUILDROOT="$1"
SPEC="$2"