mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Add recipes
This commit is contained in:
parent
9e1a11cd59
commit
38d6e0108d
5
recipes/wip/libs/lzlib/recipe.toml
Normal file
5
recipes/wip/libs/lzlib/recipe.toml
Normal 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"
|
||||
5
recipes/wip/tools/lzip/recipe.toml
Normal file
5
recipes/wip/tools/lzip/recipe.toml
Normal 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"
|
||||
8
recipes/wip/tools/plzip/recipe.toml
Normal file
8
recipes/wip/tools/plzip/recipe.toml
Normal 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",
|
||||
]
|
||||
8
recipes/wip/tools/tarlz/recipe.toml
Normal file
8
recipes/wip/tools/tarlz/recipe.toml
Normal 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",
|
||||
]
|
||||
@ -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=(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user