From 7d79924c12a952e3ef609aec3fa56595b1224af2 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Fri, 8 Jun 2018 16:24:11 +0200 Subject: [PATCH] Botched attempt at packaging ncurses from source --- index/alire-index-adacurses.ads | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/index/alire-index-adacurses.ads b/index/alire-index-adacurses.ads index 461f4f5f..afab4549 100644 --- a/index/alire-index-adacurses.ads +++ b/index/alire-index-adacurses.ads @@ -6,6 +6,10 @@ package Alire.Index.Adacurses is new Catalogued_Project ("Wrapper on different packagings of NcursesAda"); Repo : constant String := "https://github.com/alire-project/adacurses-wrapper.git"; + -- This is the wrapper around native packages + + Repo_Src : constant String := "https://github.com/alire-project/adacurses.git"; + -- This is the actual source Comments : constant Conditional.Properties := Comment ("AdaCurses is the project name used by upstream, thus adacurses.gpr") and @@ -13,7 +17,22 @@ package Alire.Index.Adacurses is Comment ("This package wraps these differences so clients can always safely use adacurses"); Base : constant Release := Project.Unreleased - (Properties => Comments); + (Properties => + Comments and + Author ("Thomas E. Dickey") and + Website ("http://invisible-island.net/ncurses/ncurses-Ada95.html")); + +-- package V_6_1 is new Project_Release +-- (Base +-- .Replacing +-- (Git (Repo_Src, "fa61672dbb457fcd1dcc38da6f1d0681aaf0cd39")) +-- .Extending +-- (Private_Properties => +-- Action_Run (Post_Fetch, "./configure") and +-- Action_Run (Post_Fetch, "make"), +-- +-- Available => +-- Operating_System = GNU_Linux)); package V_6 is new Project_Release (Base