summaryrefslogtreecommitdiff
path: root/homebrew/uberftp/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/uberftp/.beer')
-rw-r--r--homebrew/uberftp/.beer27
1 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/uberftp/.beer b/homebrew/uberftp/.beer
new file mode 100644
index 000000000..7ec2c1bf5
--- /dev/null
+++ b/homebrew/uberftp/.beer
@@ -0,0 +1,27 @@
+{
+ "name": "Uberftp",
+ "description": "Interactive GridFTP client",
+ "url": "https://github.com/JasonAlt/UberFTP/archive/Version_2_8.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/JasonAlt/UberFTP",
+ "depends": [
+ {
+ "depend": "globus-toolkit",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "globus = Formula[\"globus-toolkit\"].opt_prefix",
+ "inreplace \"configure\", \"globus_location/include/globus/gcc64dbg\", \"globus_location/libexec/include\"",
+ "inreplace \"configure\", \"globus_location/lib64\", \"globus_location/libexec/lib\"",
+ "system \"./configure\", \"--prefix=#{prefix}\",",
+ "\"--with-globus=#{globus}\"",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "2_8",
+ "file": "uberftp.rb"
+} \ No newline at end of file