mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 08:38:43 +08:00
update recipes
This commit is contained in:
parent
a0a881a542
commit
d34e7ac552
@ -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
|
||||
"""
|
||||
|
||||
@ -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
|
||||
"""
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user