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

11 lines
253 B
TOML

#TODO customization - https://librdf.org/raptor/INSTALL.html
#TODO pending dependency configuration
[source]
tar = "http://download.librdf.org/source/raptor2-2.0.16.tar.gz"
[build]
template = "configure"
dependencies = [
"libxml2",
"libxslt",
]