libxpm: move, update, and fix

This commit is contained in:
Jeremy Soller 2025-05-03 18:39:06 -06:00
parent 45911f9d98
commit aa810fbc46
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
2 changed files with 21 additions and 9 deletions

View File

@ -1,9 +0,0 @@
#TODO directory error
[source]
tar = "https://www.x.org/releases/individual/lib/libXpm-3.5.17.tar.xz"
[build]
template = "configure"
dependencies = [
"libx11",
"x11proto",
]

View File

@ -0,0 +1,21 @@
[source]
tar = "https://www.x.org/releases/individual/lib/libXpm-3.5.17.tar.xz"
blake3 = "0cc9bbdc6d9c9d6ce100249b7bb68bff4550de43ee31d815fd9b21c8d178cd9e"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
"libpthread-stubs",
"libx11",
"libxau",
"libxcb",
"x11proto",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""