diff --git a/recipes/wip/games/fps/openspades-free-pak/recipe.toml b/recipes/wip/games/fps/openspades-free-pak/recipe.toml new file mode 100644 index 000000000..a987d7cc9 --- /dev/null +++ b/recipes/wip/games/fps/openspades-free-pak/recipe.toml @@ -0,0 +1,11 @@ +[source] +git = "https://github.com/DeathByDenim/openspades-free-pak" +shallow_clone = true + +[build] +template = "custom" +script = """ +zip -r pak001-Free.pak "${COOKBOOK_SOURCE}"/* +mkdir -p ${COOKBOOK_STAGE}/usr/share/openspades/Resources +cp pak001-Free.pak ${COOKBOOK_STAGE}/usr/share/openspades/Resources/ +""" \ No newline at end of file diff --git a/recipes/wip/games/fps/zerospades-free/recipe.toml b/recipes/wip/games/fps/zerospades-free/recipe.toml index df45e30a0..4877388f9 100644 --- a/recipes/wip/games/fps/zerospades-free/recipe.toml +++ b/recipes/wip/games/fps/zerospades-free/recipe.toml @@ -12,7 +12,7 @@ dependencies = [ "sdl2-image", "freealut", "freetype2", - "opus", + "libopus", "opusfile", "libjpeg", "openal", @@ -26,6 +26,4 @@ COOKBOOK_CMAKE_FLAGS+=( -DOPENSPADES_NONFREE_RESOURCES=OFF ) cookbook_cmake -wget https://github.com/DeathByDenim/openspades-free-pak/releases/download/latest/pak001-Free.pak \ -"${COOKBOOK_STAGE}"/usr/share/openspades/Resources """