diff options
Diffstat (limited to 'homebrew/xmlsecurityc')
-rw-r--r-- | homebrew/xmlsecurityc/.beer | 32 | ||||
-rw-r--r-- | homebrew/xmlsecurityc/.make.sh-auto | 4 | ||||
-rw-r--r-- | homebrew/xmlsecurityc/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/xmlsecurityc/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/xmlsecurityc/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/xmlsecurityc/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/xmlsecurityc/download.sh | 1 |
7 files changed, 41 insertions, 0 deletions
diff --git a/homebrew/xmlsecurityc/.beer b/homebrew/xmlsecurityc/.beer new file mode 100644 index 000000000..946c29657 --- /dev/null +++ b/homebrew/xmlsecurityc/.beer @@ -0,0 +1,32 @@ +{ + "name": "XmlSecurityC", + "description": "Implementation of primary security standards for XML", + "url": "https://www.apache.org/dyn/closer.cgi?path=/santuario/c-library/xml-security-c-2.0.2.tar.bz2", + "mirror": "https://archive.apache.org/dist/santuario/c-library/xml-security-c-2.0.2.tar.bz2", + "homepage": "https://santuario.apache.org/", + "depends": [ + { + "depend": "pkg-config", + "build-depend": true + }, + { + "depend": "openssl", + "build-depend": false + }, + { + "depend": "xerces-c", + "build-depend": false + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "ENV.cxx11", + "system \"./configure\", \"--prefix=#{prefix}\", \"--disable-dependency-tracking\",", + "\"--with-openssl=#{Formula[\"openssl\"].opt_prefix}\"", + "system \"make\", \"install\"" + ], + "version": "2.0.2", + "file": "xml-security-c.rb" +}
\ No newline at end of file diff --git a/homebrew/xmlsecurityc/.make.sh-auto b/homebrew/xmlsecurityc/.make.sh-auto new file mode 100644 index 000000000..c878ca9a7 --- /dev/null +++ b/homebrew/xmlsecurityc/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +ENV.cxx11 +pkg:configure --disable-dependency-tracking --with-openssl=#{Formula[openssl"].opt_prefix}" +make DESTDIR=${PKG_DEST} install diff --git a/homebrew/xmlsecurityc/_metadata/description b/homebrew/xmlsecurityc/_metadata/description new file mode 100644 index 000000000..c813a8d07 --- /dev/null +++ b/homebrew/xmlsecurityc/_metadata/description @@ -0,0 +1 @@ +Implementation of primary security standards for XML diff --git a/homebrew/xmlsecurityc/_metadata/homepage b/homebrew/xmlsecurityc/_metadata/homepage new file mode 100644 index 000000000..e1250d9b2 --- /dev/null +++ b/homebrew/xmlsecurityc/_metadata/homepage @@ -0,0 +1 @@ +https://santuario.apache.org/ diff --git a/homebrew/xmlsecurityc/_metadata/name b/homebrew/xmlsecurityc/_metadata/name new file mode 100644 index 000000000..cb2a182ef --- /dev/null +++ b/homebrew/xmlsecurityc/_metadata/name @@ -0,0 +1 @@ +XmlSecurityC diff --git a/homebrew/xmlsecurityc/_metadata/version b/homebrew/xmlsecurityc/_metadata/version new file mode 100644 index 000000000..e9307ca57 --- /dev/null +++ b/homebrew/xmlsecurityc/_metadata/version @@ -0,0 +1 @@ +2.0.2 diff --git a/homebrew/xmlsecurityc/download.sh b/homebrew/xmlsecurityc/download.sh new file mode 100755 index 000000000..4b3f1c798 --- /dev/null +++ b/homebrew/xmlsecurityc/download.sh @@ -0,0 +1 @@ +wget https://www.apache.org/dyn/closer.cgi?path=/santuario/c-library/xml-security-c-2.0.2.tar.bz2 || wget https://archive.apache.org/dist/santuario/c-library/xml-security-c-2.0.2.tar.bz2
\ No newline at end of file |