mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
13 lines
231 B
TOML
13 lines
231 B
TOML
#TODO Not compiled or tested
|
|
[source]
|
|
tar = "https://dev-www.libreoffice.org/src/libcdr/libcdr-0.1.7.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"boost",
|
|
"libicu",
|
|
"liblcms",
|
|
"librevenge",
|
|
"zlib",
|
|
]
|