Add recipes

This commit is contained in:
Ribbon 2024-06-03 08:13:34 +00:00
parent 9e1a11cd59
commit 38d6e0108d
5 changed files with 27 additions and 4 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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",
]

View File

@ -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",
]

View File

@ -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=(