some packages

This commit is contained in:
2026-02-15 14:49:42 +01:00
parent b4564fa5bb
commit a19e668908
23 changed files with 231 additions and 24 deletions

View File

@@ -1,11 +1,11 @@
(package
(name "pkg-config")
(version "0.29")
(homepage "www.freedesktop.org/wiki/Software/pkg-config/")
(version "2.5.1")
(homepage "https://github.com/pkgconf/pkgconf")
(src (tar
(url "https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.tar.gz")
(dir "pkg-config-0.29")
(blake3 "16d375630d2b8f41086e9d00cd207ec9e2a74d7bfc57510ea088071840522f06")))
(url "https://distfiles.ariadne.space/pkgconf/pkgconf-2.5.1.tar.xz")
(dir "pkgconf-2.5.1")
(blake3 "c524d73c938e7382d3c12c9cfba16ed32ee092ab21b3e9659a095b5628ea2e88")))
(build
(configure_make
(configure_flags "CFLAGS=-Wno-format-nonliteral --with-internal-glib"))))
(configure_make)
(shell "ln -sf /usr/bin/pkgconf /usr/bin/pkg-config")))