From 33ab89d7d712f884206a6b6fd8a713a584446c35 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Thu, 5 Nov 2020 12:22:06 +0100 Subject: [PATCH] AWS 21.0.0 (#197) --- index/aw/aws/aws-21.0.0.toml | 45 ++++++++++++++++++++++++++++++++++ index/aw/aws/aws-external.toml | 17 ------------- 2 files changed, 45 insertions(+), 17 deletions(-) create mode 100644 index/aw/aws/aws-21.0.0.toml delete mode 100644 index/aw/aws/aws-external.toml diff --git a/index/aw/aws/aws-21.0.0.toml b/index/aw/aws/aws-21.0.0.toml new file mode 100644 index 00000000..2be2d686 --- /dev/null +++ b/index/aw/aws/aws-21.0.0.toml @@ -0,0 +1,45 @@ +description = "Ada Web Server" +website = "https://github.com/adacore/aws" +name = "aws" +version = "21.0.0" +authors = ["AdaCore"] +licenses = ["GMGPL 3.0"] +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 action. +[[actions]] +type = "post-fetch" +command = ["make", "setup", "build", "install", "ZLIB=false", "DEMOS=false", + "LAL=false", "XMLADA=false", "prefix=install_dir"] + +[[depends-on]] +make = "*" +xmlada = "~21.0.0" +gnat = ">=9" + +[gpr-externals] +LIBRARY_TYPE = ["static", "relocatable"] +PRJ_BUILD = ["Debug", "Release"] +PRJ_SOCKLIB = ["gnat", "ipv6", "ipv4"] +PRJ_TARGET = ["Windows_NT", "UNIX", "Darwin", "vxworks", "freebsd"] + +[gpr-set-externals] +PRJ_LAL="Disabled" + +[gpr-set-externals."case(os)".linux] +PRJ_TARGET = "UNIX" +TARGET = "x86_64-linux-gnu" + +[gpr-set-externals."case(os)".macos] +PRJ_TARGET = "Darwin" + +[gpr-set-externals."case(os)".windows] +PRJ_TARGET = "Windows_NT" + +[origin] +url= "https://github.com/AdaCore/aws/releases/download/v21.0.0/aws-21.0.0.zip" +hashes=["sha512:57fddf8f59e39a08822ae2d0640ade3e3e3e9a7c76c06007c7df5a07e3b59cc7c9be001bfaeb10d64db924f343688f6a72deba175315d4d02d913c307070a635"] diff --git a/index/aw/aws/aws-external.toml b/index/aw/aws/aws-external.toml deleted file mode 100644 index 6c7bea66..00000000 --- a/index/aw/aws/aws-external.toml +++ /dev/null @@ -1,17 +0,0 @@ -description = "Ada Web Server" -name = "aws" -licenses = [] -maintainers = ["alejandro@mosteo.com"] -maintainers-logins = ["mosteo"] - -[[external]] -hint = "Available through GNAT CE bundles" -kind = "hint" -[external.available."case(toolchain)"] -system = false - -[[external]] -kind = "system" -origin = ["libaws3.3.2.2-dev"] -[external.available."case(toolchain)"] -user = false