chocpkg/pkgdef/pkg-config.sh
Simon Howard cb4b2cbdd6 Add separate install path for native tools.
We need to distinguish between tools we compile to use as part of the
build process, and things we build for the eventual target. Install
these into separate install directories; for now, pkg-config is the
only one of these.
2016-02-17 00:19:13 -05:00

6 lines
214 B
Bash

PACKAGE_VERSION=0.28
PACKAGE_URL=https://pkgconfig.freedesktop.org/releases/pkg-config-${PACKAGE_VERSION}.tar.gz
PACKAGE_INSTALLED_TOOL=pkg-config
PACKAGE_CONFIGURE_OPTS="--with-internal-glib"
PACKAGE_TYPE=native