From ef367d87af49235750d96c5271c5365e7b770c56 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 22 Dec 2023 15:18:29 +0000 Subject: [PATCH] update recipes --- recipes/wip/nsh/recipe.toml | 2 +- recipes/wip/nspr/recipe.toml | 4 ++-- recipes/wip/nss/recipe.toml | 4 ++-- recipes/wip/ntfs-3g/recipe.toml | 2 +- recipes/wip/ntpd-rs/recipe.toml | 5 ++++- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/recipes/wip/nsh/recipe.toml b/recipes/wip/nsh/recipe.toml index 9dd411cd4..69a1e4fd1 100644 --- a/recipes/wip/nsh/recipe.toml +++ b/recipes/wip/nsh/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO mio crate error [source] git = "https://github.com/nuta/nsh" [build] diff --git a/recipes/wip/nspr/recipe.toml b/recipes/wip/nspr/recipe.toml index b714f9db3..1d29eda4e 100644 --- a/recipes/wip/nspr/recipe.toml +++ b/recipes/wip/nspr/recipe.toml @@ -1,5 +1,5 @@ -#TODO Not compiled or tested yet +#TODO missing script for building [source] tar = "https://ftp.mozilla.org/pub/nspr/releases/v4.9.6/src/nspr-4.9.6.tar.gz" [build] -template = "configure" +template = "custom" diff --git a/recipes/wip/nss/recipe.toml b/recipes/wip/nss/recipe.toml index 829abdb0e..b9ffd1a5b 100644 --- a/recipes/wip/nss/recipe.toml +++ b/recipes/wip/nss/recipe.toml @@ -1,5 +1,5 @@ -#TODO Not compiled or tested +#TODO missing script for building [source] tar = "https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_9_2_RTM/src/nss-3.9.2.tar.gz" [build] -template = "configure" +template = "custom" diff --git a/recipes/wip/ntfs-3g/recipe.toml b/recipes/wip/ntfs-3g/recipe.toml index cafa85f04..81e68eadb 100644 --- a/recipes/wip/ntfs-3g/recipe.toml +++ b/recipes/wip/ntfs-3g/recipe.toml @@ -1,4 +1,4 @@ -#TODO mayne needs to patch the bundled libfuse or force the libfuse3 recipe +#TODO port to redox [source] tar = "https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2022.10.3.tgz" [build] diff --git a/recipes/wip/ntpd-rs/recipe.toml b/recipes/wip/ntpd-rs/recipe.toml index 94e7adde4..ab14eecad 100644 --- a/recipes/wip/ntpd-rs/recipe.toml +++ b/recipes/wip/ntpd-rs/recipe.toml @@ -3,4 +3,7 @@ git = "https://github.com/pendulum-project/ntpd-rs" rev = "913700dc79420f6db5fe1f2110d3146d7f9addfe" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages ntpd-rs +"""