libmodplug1: compile dynamically

This commit is contained in:
Jeremy Soller 2025-05-14 10:17:46 -06:00
parent 0cf4d4b146
commit 46fe2bcbb4
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -2,8 +2,13 @@
tar = "https://pilotfiber.dl.sourceforge.net/project/modplug-xmms/libmodplug/0.8.9.0/libmodplug-0.8.9.0.tar.gz"
blake3 = "01d71f7fe4e1abeb848db02b74c70ab2fd51e824f5ea7e9e18631571a76c3592"
script = """
wget -O config.sub "https://gitlab.redox-os.org/redox-os/gnu-config/-/raw/master/config.sub?inline=false"
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "configure"
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""