diff --git a/recipes/wip/libs/other/libxpm/recipe.toml b/recipes/wip/libs/other/libxpm/recipe.toml deleted file mode 100644 index a67def344..000000000 --- a/recipes/wip/libs/other/libxpm/recipe.toml +++ /dev/null @@ -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", -] diff --git a/recipes/wip/x11/libxpm/recipe.toml b/recipes/wip/x11/libxpm/recipe.toml new file mode 100644 index 000000000..bec80a26d --- /dev/null +++ b/recipes/wip/x11/libxpm/recipe.toml @@ -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 +"""