diff --git a/recipes/wip/libs/other/libxmu/recipe.toml b/recipes/wip/libs/other/libxmu/recipe.toml deleted file mode 100644 index 129a978e1..000000000 --- a/recipes/wip/libs/other/libxmu/recipe.toml +++ /dev/null @@ -1,9 +0,0 @@ -#TODO missing dependencies -[source] -tar = "https://www.x.org/releases/individual/lib/libXmu-1.1.4.tar.xz" -[build] -template = "configure" -dependencies = [ - "libx11", - "libxext", -] diff --git a/recipes/wip/x11/libxmu/recipe.toml b/recipes/wip/x11/libxmu/recipe.toml new file mode 100644 index 000000000..7ac3dd382 --- /dev/null +++ b/recipes/wip/x11/libxmu/recipe.toml @@ -0,0 +1,27 @@ +[source] +tar = "https://www.x.org/releases/individual/lib/libXmu-1.2.1.tar.xz" +blake3 = "466f7ab160c4e9f04866e9c895dbecb6a76ed1817ae16721d404c556d88f047e" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +dependencies = [ + "libice", + "libpthread-stubs", + "libsm", + "libx11", + "libxau", + "libxcb", + "libxext", + "libxt", + "x11proto", + "x11proto-kb", + "xextproto", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +"""