mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-02-12 23:06:10 +00:00
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.
7 lines
197 B
Bash
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
|
|
|