summaryrefslogtreecommitdiff
path: root/homebrew/aprutil/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/aprutil/.beer')
-rw-r--r--homebrew/aprutil/.beer34
1 files changed, 34 insertions, 0 deletions
diff --git a/homebrew/aprutil/.beer b/homebrew/aprutil/.beer
new file mode 100644
index 000000000..5d9e566f5
--- /dev/null
+++ b/homebrew/aprutil/.beer
@@ -0,0 +1,34 @@
+{
+ "name": "AprUtil",
+ "description": "Companion library to apr, the Apache Portable Runtime library",
+ "url": "https://www.apache.org/dyn/closer.cgi?path=apr/apr-util-1.6.1.tar.bz2",
+ "mirror": null,
+ "homepage": "https://apr.apache.org/",
+ "depends": [
+ {
+ "depend": "apr",
+ "build-depend": false
+ },
+ {
+ "depend": "openssl",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--prefix=#{libexec}\",",
+ "\"--with-apr=#{Formula[\"apr\"].opt_prefix}\",",
+ "\"--with-crypto\",",
+ "\"--with-openssl=#{Formula[\"openssl\"].opt_prefix}\"",
+ "system \"make\"",
+ "system \"make\", \"install\"",
+ "bin.install_symlink Dir[\"#{libexec}/bin/*\"]",
+ "rm Dir[libexec/\"lib/*.la\"]",
+ "rm Dir[libexec/\"lib/apr-util-1/*.la\"]",
+ "inreplace libexec/\"bin/apu-1-config\", libexec, opt_libexec"
+ ],
+ "version": "1.6.1",
+ "file": "apr-util.rb"
+} \ No newline at end of file