update recipes

This commit is contained in:
Ribbon 2023-12-22 00:31:34 +00:00
parent a0a881a542
commit d34e7ac552
4 changed files with 6 additions and 11 deletions

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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"

View File

@ -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",
]