mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-02-08 16:32:10 +00:00
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.
6 lines
214 B
Bash
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
|
|
|