chocpkg/pkgdef/pkg-config.sh
Simon Howard df955bf2b7 Split out chocpkg script into modules.
These modules encapsulate individual pieces of functionality and make
the code far more maintainable. This is a pretty big refactoring but
overall a big win.
2016-02-18 23:12:07 -05:00

7 lines
197 B
Bash

PACKAGE_VERSION=0.28
PACKAGE_TYPE=native
check_tool pkg-config
fetch_download https://pkgconfig.freedesktop.org/releases/pkg-config-${PACKAGE_VERSION}.tar.gz
build_autotools --with-internal-glib