mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-02-24 04:21:39 +00:00
Since we're downloading arbitrary executable code from websites and running it, we should at least have some confidence it's the right thing we're running.
6 lines
292 B
Bash
6 lines
292 B
Bash
description "GNOME glib core utility library"
|
|
check_pkgconfig glib
|
|
fetch_download https://www.chocolate-doom.org/depends/glib-2.47.6.tar.gz \
|
|
da87bea88da06f60d6e7618c574c67b9fd109ee07fc78074dede473dde8f8196
|
|
dependencies libffi gettext zlib
|
|
build_autotools --with-pcre=internal
|