mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
libxpm: move, update, and fix
This commit is contained in:
parent
45911f9d98
commit
aa810fbc46
@ -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",
|
||||
]
|
||||
21
recipes/wip/x11/libxpm/recipe.toml
Normal file
21
recipes/wip/x11/libxpm/recipe.toml
Normal 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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user