diff --git a/recipes/wip/libs/other/libxdamage/recipe.toml b/recipes/wip/libs/other/libxdamage/recipe.toml deleted file mode 100644 index bf3281b4..00000000 --- a/recipes/wip/libs/other/libxdamage/recipe.toml +++ /dev/null @@ -1,10 +0,0 @@ -#TODO missing dependencies -[source] -tar = "https://www.x.org/releases/individual/lib/libXdamage-1.1.6.tar.xz" -[build] -template = "configure" -dependencies = [ - "libxfixes", - "libx11", - "x11proto", -] diff --git a/recipes/wip/x11/libxdamage/recipe.toml b/recipes/wip/x11/libxdamage/recipe.toml new file mode 100644 index 00000000..da8d82d2 --- /dev/null +++ b/recipes/wip/x11/libxdamage/recipe.toml @@ -0,0 +1,19 @@ +[source] +tar = "https://www.x.org/releases/individual/lib/libXdamage-1.1.6.tar.xz" +blake3 = "d3d75f2656027288f87b9ddda8bf019862c63c6e4aeadd92f45870df6c2a7ce9" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +template = "custom" +dependencies = [ + "libx11", + "libxfixes", + "x11proto", +] +script = """ +DYNAMIC_INIT +cookbook_configure +"""