update recipes

This commit is contained in:
Ribbon 2023-12-22 02:15:14 +00:00
parent fa49212dac
commit a036b5caf2
5 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#TODO probably wrong template
#TODO missing script for "make"
[source]
tar = "https://launchpad.net/libvterm/trunk/v0.3/+download/libvterm-0.3.3.tar.gz"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO make libgif work
[source]
tar = "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.3.2.tar.gz"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO can't recognize the redox target
[source]
tar = "https://sourceforge.net/projects/wvware/files/libwmf/0.2.8.4/libwmf-0.2.8.4.tar.gz/download"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO make dependencies work
[source]
tar = "https://sourceforge.net/projects/libwpd/files/libwpd/libwpd-0.10.3/libwpd-0.10.3.tar.xz/download"
[build]

View File

@ -3,3 +3,6 @@
tar = "https://www.x.org/releases/individual/lib/libX11-1.8.7.tar.xz"
[build]
template = "configure"
dependencies = [
"x11proto",
]