redox/recipes/wip/libs/other/libcdr/recipe.toml
2024-06-26 03:59:18 +00:00

13 lines
235 B
TOML

#TODO make all dependencies work
[source]
tar = "https://dev-www.libreoffice.org/src/libcdr/libcdr-0.1.7.tar.xz"
[build]
template = "configure"
dependencies = [
"boost",
"libicu",
"liblcms",
"librevenge",
"zlib",
]