ncursesada from debian testing

This commit is contained in:
Alejandro R Mosteo
2018-06-05 17:01:06 +02:00
parent eefe120e23
commit 00d101fff7
+20 -16
View File
@@ -5,24 +5,28 @@ package Alire.Index.NcursesAda is
function Project is
new Catalogued_Project ("Ada binding to the ncurses text interface library");
V_6 : constant Release :=
Project.Register
(V ("6"),
Native ((Debian | Ubuntu => Packaged_As ("libncursesada5-dev"),
others => Unavailable)),
Base : constant Release := Project.Unreleased
(Dependencies => GNAT.Project.Current);
Dependencies =>
GNAT.Project.Current
);
package V_6_1_20180127 is new Project_Release
(Base.Replacing
(Origin =>
Native ((Debian |
Ubuntu => Packaged_As ("libncursesada6.1.20180127-dev"),
others => Unavailable))));
V_5 : constant Release :=
Project.Register
(V ("5"),
Native ((Debian | Ubuntu => Packaged_As ("libncursesada3-dev"),
others => Unavailable)),
package V_6 is new Project_Release
(Base.Replacing
(Origin =>
Native ((Debian |
Ubuntu => Packaged_As ("libncursesada5-dev"),
others => Unavailable))));
Dependencies =>
GNAT.Project.Current
);
package V_5 is new Project_Release
(Base.Replacing
(Origin =>
Native ((Debian |
Ubuntu => Packaged_As ("libncursesada3-dev"),
others => Unavailable))));
end Alire.Index.NcursesAda;