Added Make dependency in Asis

This commit is contained in:
Alejandro R. Mosteo
2018-10-25 15:00:20 +02:00
parent 68aadec50e
commit 74b99ef90a
+11
View File
@@ -1,3 +1,5 @@
with Alire.Index.Make;
package Alire.Index.ASIS is
function Project is
@@ -9,6 +11,9 @@ package Alire.Index.ASIS is
Src_2017 : constant URL :=
"http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deecffb";
Common_Dependencies : constant Release_Dependencies :=
Make.Project.Current;
Common_Properties : constant Release_Properties :=
Maintainer ("AdaCore") and
Website ("https://www.adacore.com/download/more") and
@@ -21,6 +26,9 @@ package Alire.Index.ASIS is
(Src_2018,
"asis-gpl-2018-20180524-src.tar.gz"),
Dependencies =>
Common_Dependencies,
Properties =>
Project_File ("asis-gpl-2018-src/asis.gpr") and
Common_Properties,
@@ -40,6 +48,9 @@ package Alire.Index.ASIS is
(Src_2017,
"asis-gpl-2017-src.tar.gz"),
Dependencies =>
Common_Dependencies,
Properties =>
Project_File ("asis-gpl-2017-src/asis.gpr") and
Common_Properties,