From 62a559b3db6526ddbad8e763cb6c41c4ce1f0c29 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Wed, 13 Nov 2024 14:00:05 +0100 Subject: [PATCH] AWS 25.0.0 --- index/aw/aws/aws-25.0.0.toml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 index/aw/aws/aws-25.0.0.toml diff --git a/index/aw/aws/aws-25.0.0.toml b/index/aw/aws/aws-25.0.0.toml new file mode 100644 index 000000000..3bddc0bda --- /dev/null +++ b/index/aw/aws/aws-25.0.0.toml @@ -0,0 +1,35 @@ +description = "Ada Web Server" +website = "https://github.com/adacore/aws" +name = "aws" +version = "25.0.0" +authors = ["AdaCore"] +licenses = "GPL-3.0-only WITH GCC-exception-3.1" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] +project-files = ["install_dir/share/gpr/aws.gpr"] +tags = ["aws", "web", "server", "http", "https", "soap", "wsdl", "ssl"] + +# Since the AWS project doesn't build alone with just gprbuild we build and +# install with the Makefile from post-fetch actions. +[[actions]] +type = "post-fetch" +command = ["make", "setup", "ZLIB=false", "DEMOS=false", + "LAL=false", "XMLADA=false", "SOCKET=openssl", "prefix=install_dir", + "PRJ_BUILD=Release"] +[[actions]] +type = "post-fetch" +command = ["make", "all", "ENABLE_SHARED=false"] +[[actions]] +type = "post-fetch" +command = ["make", "install-lib-native", "install-tools-native", "--jobs=1", "ENABLE_SHARED=false"] + +[[depends-on]] +xmlada = "~25.0.0" +gnatcoll = "~25.0.0" +make = "*" +gnat = ">=12" +openssl = ">=1.1.0" + +[origin] +url="https://github.com/AdaCore/aws/releases/download/v25.0.0/aws-25.0.0-with-templates-parser.zip" +hashes=['sha512:cf1dc186d2ca7545ae776332e3f03198e920e48dba974275b7c1161786a0af7de823cd2053aeda5ee31072f42db13494b69d51e9879298981fa2a2ae5c94aa38']