#! /bin/bash

# Check requires defined by pkgconfig .pc files.
#
# Copyright (C) 2005, 2007 Stanislav Brabec <sbrabec@suse.cz>, SuSE Linux
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# See http://www.gnu.org/copyleft/lesser.html
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


# Directory, where wrapped pkg-config resides
PKG_WRAP_DIR=/usr/lib/pkg-buildrequires
# Raw log file output.
export PKG_WRAP_LOG=$PWD/pkg-buildrequires-wrap.log

export PATH="$PKG_WRAP_DIR:$PATH"
"$@"

pkg-buildrequires-analyze