chocpkg/pkgdef/pkg-config.sh
Simon Howard 128a9d35fd Add ability for packages to provide a description.
It's nice to be able to get some idea of what a package does.
2016-02-25 20:13:52 -05:00

6 lines
238 B
Bash

PACKAGE_TYPE=native
description "Development tool for locating installed packages and libraries"
check_tool pkg-config
fetch_download https://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz
build_autotools --with-internal-glib