version = "3.3.3" revision = 1 description = "Lightweight pkg-config implementation" license = "ISC" url = "http://pkgconf.org/" source = tarball( url=f"https://distfiles.ariadne.space/pkgconf/pkgconf-{version}.tar.xz", sha256="?", ) host_deps = ["autoconf", "automake", "binutils", "gcc"] deps = [profile["libc"]] configure, build, install = autotools( configure_args=[ f"--with-system-libdir={profile['libdir']}", f"--with-system-includedir={profile['includedir']}", ] )