Improve some library recipes

This commit is contained in:
Ribbon 2026-03-14 18:56:21 -03:00
parent ab2d15510c
commit 5fdaba25a1
7 changed files with 13 additions and 8 deletions

View File

@ -1,12 +1,11 @@
#TODO missing script for gnu make
# build instructions - https://github.com/enzo1982/boca/#installation
#TODO missing script for gnu make: https://github.com/enzo1982/boca/#installation
[source]
tar = "https://github.com/enzo1982/BoCA/releases/download/v1.0.7/boca-1.0.7.tar.gz"
[build]
template = "custom"
dependencies = [
"libsmooth",
"pulseaudio",
"libpulse",
"libcdio",
"libcdio-paranoia",
"expat",

View File

@ -12,8 +12,4 @@ dependencies = [
"libtool",
"libvorbis",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""
template = "configure"

View File

@ -6,3 +6,7 @@ rev = "v0.4.0"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DENABLE_AUDIO_DOCS=OFF",
"-DAUTO_INSTALL_DOCS=OFF",
]

View File

@ -2,5 +2,7 @@
# build instructions: https://github.com/ZDoom/ZMusic#readme
[source]
git = "https://github.com/ZDoom/ZMusic"
rev = "1.3.0"
shallow_clone = true
[build]
template = "cmake"

View File

@ -2,5 +2,6 @@
[source]
git = "https://github.com/ianlancetaylor/libbacktrace"
rev = "b9e40069c0b47a722286b94eb5231f7f05c08713"
shallow_clone = true
[build]
template = "configure"

View File

@ -3,5 +3,6 @@
[source]
git = "https://github.com/sahlberg/libnfs"
rev = "libnfs-6.0.2"
shallow_clone = true
[build]
template = "cmake"

View File

@ -3,8 +3,10 @@
[source]
git = "https://github.com/icculus/physfs"
branch = "stable-3.2"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DPHYSFS_BUILD_TEST=OFF",
"-DPHYSFS_BUILD_DOCS=OFF",
]