redox/recipes/wip/libcdr/recipe.toml
2023-12-10 21:40:45 +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",
]