Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expat 2.6.2 #210

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Expat/2.6.2/Recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Recipe for version 2.6.2 by Sage I. Hendricks <[email protected]>, on Wed 20 Mar 2024 01:36:16 PM GMT
# Recipe (MakeRecipe) for Expat by Hisham Muhammad <[email protected]>, 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
)
1 change: 1 addition & 0 deletions Expat/2.6.2/Resources/BuildInformation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Glibc 2.30
1 change: 1 addition & 0 deletions Expat/2.6.2/Resources/Dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Glibc 2.24
7 changes: 7 additions & 0 deletions Expat/2.6.2/Resources/Description
Original file line number Diff line number Diff line change
@@ -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