| Package Name | native/pkgconf |
|---|---|
| Version | 2.5.1 |
| Type | native |
4fc570f91d9d8d843ab32d2198a5c064538d8ffd
PKGCONFIG_DIR=$PREFIX/native/lib/pkgconfig:$PREFIX/lib/pkgconfig
sh ./autogen.sh
./configure --prefix=$PREFIX/native --with-pkg-config-dir=$PKGCONFIG_DIR
make -j$NUM_CORES
make DESTDIR=$STAGING_DIR install
ln -s pkgconf $STAGING_DIR$PREFIX/native/bin/pkg-config
$PREFIX/native/bootstrap/bin/perl $PREFIX/native/bootstrap/bin/strip-nondeterminism-recursive --directory $STAGING_DIR