From cf7360d84f46edd2a961fc0c94af714587282077 Mon Sep 17 00:00:00 2001 From: sage-etcher Date: Wed, 20 Mar 2024 13:56:09 +0000 Subject: [PATCH] Expat 2.6.2 --- Expat/2.6.2/Recipe | 11 +++++++++++ Expat/2.6.2/Resources/BuildInformation | 1 + Expat/2.6.2/Resources/Dependencies | 1 + Expat/2.6.2/Resources/Description | 7 +++++++ 4 files changed, 20 insertions(+) create mode 100644 Expat/2.6.2/Recipe create mode 100644 Expat/2.6.2/Resources/BuildInformation create mode 100644 Expat/2.6.2/Resources/Dependencies create mode 100644 Expat/2.6.2/Resources/Description diff --git a/Expat/2.6.2/Recipe b/Expat/2.6.2/Recipe new file mode 100644 index 0000000000..fbd0a672dc --- /dev/null +++ b/Expat/2.6.2/Recipe @@ -0,0 +1,11 @@ +# Recipe for version 2.6.2 by Sage I. Hendricks , on Wed 20 Mar 2024 01:36:16 PM GMT +# Recipe (MakeRecipe) for Expat by Hisham Muhammad , on Wed Jun 28 15:28:45 BRT 2017 +compile_version=git +url="https://github.com/libexpat/libexpat/releases/download/R_2_6_2/expat-2.6.2.tar.xz" +file_size=485236 +file_md5=0cb75c8feb842c0794ba89666b762a2d +dir='expat-2.6.2' +recipe_type=configure +configure_options=( + --disable-static +) diff --git a/Expat/2.6.2/Resources/BuildInformation b/Expat/2.6.2/Resources/BuildInformation new file mode 100644 index 0000000000..3cebc9c4bc --- /dev/null +++ b/Expat/2.6.2/Resources/BuildInformation @@ -0,0 +1 @@ +Glibc 2.30 diff --git a/Expat/2.6.2/Resources/Dependencies b/Expat/2.6.2/Resources/Dependencies new file mode 100644 index 0000000000..ab046629c9 --- /dev/null +++ b/Expat/2.6.2/Resources/Dependencies @@ -0,0 +1 @@ +Glibc 2.24 diff --git a/Expat/2.6.2/Resources/Description b/Expat/2.6.2/Resources/Description new file mode 100644 index 0000000000..d5dd27dda8 --- /dev/null +++ b/Expat/2.6.2/Resources/Description @@ -0,0 +1,7 @@ +[Name] Expat +[Summary] A stream-oriented XML parser library written in C. +[Description] Expat is a stream-oriented XML parser library written in C. +Expat excels with files too large to fit RAM, and where performance and +flexibility are crucial. +[License] MIT/Expat license +[Homepage] http://libexpat.github.io