diff --git a/recipes/wip/libcdio-paranoia/recipe.toml b/recipes/wip/libcdio-paranoia/recipe.toml index 2b7df12a5..71b44b421 100644 --- a/recipes/wip/libcdio-paranoia/recipe.toml +++ b/recipes/wip/libcdio-paranoia/recipe.toml @@ -1,10 +1,6 @@ -#TODO Not compiled or tested +#TODO missing script for building [source] git = "https://github.com/rocky/libcdio-paranoia" rev = "db4dfff9e11c516ae35d87e568f511002ddae9d7" [build] template = "custom" -script = """ -./autogen.sh -cookbook_configure -""" diff --git a/recipes/wip/libcdio/recipe.toml b/recipes/wip/libcdio/recipe.toml index 7f170dbee..6ac595527 100644 --- a/recipes/wip/libcdio/recipe.toml +++ b/recipes/wip/libcdio/recipe.toml @@ -1,10 +1,6 @@ -#TODO probably wrong script, see https://git.savannah.gnu.org/cgit/libcdio.git/tree/INSTALL +#TODO missing script for building, see https://git.savannah.gnu.org/cgit/libcdio.git/tree/INSTALL [source] git = "https://git.savannah.gnu.org/git/libcdio.git" rev = "9c7a2779846da161279bc1501e83c849cf89a594" [build] template = "custom" -script = """ -./autogen.sh -cookbook_configure -""" diff --git a/recipes/wip/libcpuid/recipe.toml b/recipes/wip/libcpuid/recipe.toml index f74374a12..b3eb91124 100644 --- a/recipes/wip/libcpuid/recipe.toml +++ b/recipes/wip/libcpuid/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO libtool error # require a POSIX-compatible shell, see https://github.com/anrieff/libcpuid#prerequisites [source] tar = "https://github.com/anrieff/libcpuid/releases/download/v0.6.4/libcpuid-0.6.4.tar.gz" diff --git a/recipes/wip/libcups/recipe.toml b/recipes/wip/libcups/recipe.toml index bbce4133b..f54b6cb40 100644 --- a/recipes/wip/libcups/recipe.toml +++ b/recipes/wip/libcups/recipe.toml @@ -3,3 +3,6 @@ tar = "https://github.com/OpenPrinting/cups/releases/download/v2.4.7/cups-2.4.7-source.tar.gz" [build] template = "configure" +dependencies = [ + "gnutls3", +]