#!/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 EGET and SUDO variable, distr_vendor and epm commands BUILDROOT="$1" SPEC="$2"