redox/recipes/wip/libs/libcdr/recipe.toml
2024-02-22 03:31:34 +00:00

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