diff --git a/recipes/wip/libs/lzlib/recipe.toml b/recipes/wip/libs/lzlib/recipe.toml new file mode 100644 index 000000000..15b2f153d --- /dev/null +++ b/recipes/wip/libs/lzlib/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +tar = "https://download.savannah.gnu.org/releases/lzip/lzlib/lzlib-1.14.tar.gz" +[build] +template = "configure" diff --git a/recipes/wip/tools/lzip/recipe.toml b/recipes/wip/tools/lzip/recipe.toml new file mode 100644 index 000000000..1d59f02ca --- /dev/null +++ b/recipes/wip/tools/lzip/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +tar = "https://download.savannah.gnu.org/releases/lzip/lzip-1.24.1.tar.gz" +[build] +template = "configure" diff --git a/recipes/wip/tools/plzip/recipe.toml b/recipes/wip/tools/plzip/recipe.toml new file mode 100644 index 000000000..3fac5705f --- /dev/null +++ b/recipes/wip/tools/plzip/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +tar = "https://download.savannah.gnu.org/releases/lzip/plzip/plzip-1.11.tar.gz" +[build] +template = "configure" +dependencies = [ + "lzlib", +] diff --git a/recipes/wip/tools/tarlz/recipe.toml b/recipes/wip/tools/tarlz/recipe.toml new file mode 100644 index 000000000..5972ff994 --- /dev/null +++ b/recipes/wip/tools/tarlz/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +tar = "https://download.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.25.tar.lz" +[build] +template = "configure" +dependencies = [ + "lzlib", +] diff --git a/recipes/wip/tools/vulkan-tools/recipe.toml b/recipes/wip/tools/vulkan-tools/recipe.toml index 0007f1d0f..9b95301e8 100644 --- a/recipes/wip/tools/vulkan-tools/recipe.toml +++ b/recipes/wip/tools/vulkan-tools/recipe.toml @@ -1,13 +1,10 @@ +#TODO probably need to be ported to Orbital #TODO probably wrong script, see https://github.com/KhronosGroup/Vulkan-Tools/blob/main/BUILD.md [source] git = "https://github.com/KhronosGroup/Vulkan-Tools" rev = "7e75f4d389799129b79f90d1401f15f511796dbd" [build] template = "custom" -dependencies = [ - "libwayland", - "libx11", -] script = """ COOKBOOK_CONFIGURE="cmake" COOKBOOK_CONFIGURE_FLAGS=(