#!/bin/sh
# 2004 Etersoft www.etersoft.ru
# Public domain
#  buildreq

. /etc/rpm/etersoft-build-functions

buildreq $1 $2
RET=$?
echog "You can run buildreq with -bi param for search a dependences for install section of the package"
exit $RET
