diff --git a/recipes/wip/flex/recipe.toml b/recipes/wip/flex/recipe.toml index 8591dd04c15ef977fd453fca57a52c02658f7cff..da86f68186f949bd7006e2d23d49258182e878c3 100644 --- a/recipes/wip/flex/recipe.toml +++ b/recipes/wip/flex/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested yet +#TODO configuration error [source] tar = "https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz" [build] diff --git a/recipes/wip/fltk/recipe.toml b/recipes/wip/fltk/recipe.toml index ec8ec37ae5482ab9531536f64d391661ddfd0c13..c2e062dcfe6203e55ac01abbb64769105eb8da14 100644 --- a/recipes/wip/fltk/recipe.toml +++ b/recipes/wip/fltk/recipe.toml @@ -4,7 +4,7 @@ tar = "https://www.fltk.org/pub/fltk/1.3.8/fltk-1.3.8-source.tar.bz2" [build] template = "configure" dependencies = [ - "mesa_glu", + "mesa-glu", "freeglut", "cairo" "fontconfig", diff --git a/recipes/wip/fontfor/recipe.toml b/recipes/wip/fontfor/recipe.toml index 43d0d391cb240cd422e23c5da7c86c5637808caf..fe9e020f581796cd03caa45548b9b330c7a9425c 100644 --- a/recipes/wip/fontfor/recipe.toml +++ b/recipes/wip/fontfor/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/7sDream/fontfor" rev = "b0d868dc5f955b58b3a5ba6c97156f4060e7474b" diff --git a/recipes/wip/freeglut/recipe.toml b/recipes/wip/freeglut/recipe.toml index cda38252169745b5bcb04feb175b8c2410b93171..59b8e5fc2392bd57e2b343bb88adc6e09e3cca90 100644 --- a/recipes/wip/freeglut/recipe.toml +++ b/recipes/wip/freeglut/recipe.toml @@ -1,7 +1,7 @@ +#TODO make Wayland work [source] -tar = "https://cytranet.dl.sourceforge.net/project/freeglut/freeglut/3.0.0/freeglut-3.0.0.tar.gz" -blake3 = "08c8874d6ddad5be4860813865d4d4e2a84c294da0f3cf82a29e43920806b0da" - +tar = "https://github.com/freeglut/freeglut/releases/download/v3.4.0/freeglut-3.4.0.tar.gz" +#blake3 = "08c8874d6ddad5be4860813865d4d4e2a84c294da0f3cf82a29e43920806b0da" [build] dependencies = [ "mesa", diff --git a/recipes/wip/fyrox/recipe.toml b/recipes/wip/fyrox-template/recipe.toml similarity index 65% rename from recipes/wip/fyrox/recipe.toml rename to recipes/wip/fyrox-template/recipe.toml index a40f5b9320e94be0e930e62f6b6fb74ca9806a1d..b886068ee5d93b91d86914fb920b804ba2f3324a 100644 --- a/recipes/wip/fyrox/recipe.toml +++ b/recipes/wip/fyrox-template/recipe.toml @@ -3,4 +3,7 @@ git = "https://github.com/FyroxEngine/Fyrox" rev = "8d3e2e2cf29b7eefa78d14ff92156caeed88b955" [buiild] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages fyrox-template +"""