diff options
Diffstat (limited to 'homebrew/thriftat09')
-rw-r--r-- | homebrew/thriftat09/.beer | 63 | ||||
-rw-r--r-- | homebrew/thriftat09/.make.sh-auto | 7 | ||||
-rw-r--r-- | homebrew/thriftat09/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/thriftat09/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/thriftat09/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/thriftat09/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/thriftat09/download.sh | 1 |
7 files changed, 75 insertions, 0 deletions
diff --git a/homebrew/thriftat09/.beer b/homebrew/thriftat09/.beer new file mode 100644 index 000000000..34566fad6 --- /dev/null +++ b/homebrew/thriftat09/.beer @@ -0,0 +1,63 @@ +{ + "name": "ThriftAT09", + "description": "Framework for scalable cross-language services development", + "url": "https://archive.apache.org/dist/thrift/0.9.3/thrift-0.9.3.tar.gz", + "mirror": null, + "homepage": "https://thrift.apache.org", + "depends": [ + { + "depend": "autoconf", + "build-depend": true + }, + { + "depend": "automake", + "build-depend": true + }, + { + "depend": "bison", + "build-depend": true + }, + { + "depend": "libtool", + "build-depend": true + }, + { + "depend": "pkg-config", + "build-depend": true + }, + { + "depend": "boost", + "build-depend": false + }, + { + "depend": "openssl", + "build-depend": false + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "args = %w[", + "--without-erlang", + "--without-haskell", + "--without-java", + "--without-perl", + "--without-php", + "--without-php_extension", + "--without-python", + "--without-ruby", + "--without-tests", + "]", + "ENV.cxx11 if ENV.compiler == :clang", + "ENV[\"JAVA_PREFIX\"] = pkgshare/\"java\"", + "system \"./configure\", \"--disable-debug\",", + "\"--prefix=#{prefix}\",", + "\"--libdir=#{lib}\",", + "*args", + "ENV.deparallelize", + "system \"make\", \"install\"" + ], + "version": "0.9.3", + "file": "thrift@0.9.rb" +}
\ No newline at end of file diff --git a/homebrew/thriftat09/.make.sh-auto b/homebrew/thriftat09/.make.sh-auto new file mode 100644 index 000000000..99bc2f0d4 --- /dev/null +++ b/homebrew/thriftat09/.make.sh-auto @@ -0,0 +1,7 @@ +pkg:setup +args = %w[--without-erlang --without-haskell --without-java --without-perl --without-php --without-php_extension --without-python --without-ruby --without-tests ] +ENV.cxx11 if ENV.compiler == :clang +ENV["JAVA_PREFIX"] = pkgshare/"java" +pkg:configure --libdir=${PKG_TAPF}/lib *args +ENV.deparallelize +make DESTDIR=${PKG_DEST} install diff --git a/homebrew/thriftat09/_metadata/description b/homebrew/thriftat09/_metadata/description new file mode 100644 index 000000000..89749dcd5 --- /dev/null +++ b/homebrew/thriftat09/_metadata/description @@ -0,0 +1 @@ +Framework for scalable cross-language services development diff --git a/homebrew/thriftat09/_metadata/homepage b/homebrew/thriftat09/_metadata/homepage new file mode 100644 index 000000000..8ac621fb0 --- /dev/null +++ b/homebrew/thriftat09/_metadata/homepage @@ -0,0 +1 @@ +https://thrift.apache.org diff --git a/homebrew/thriftat09/_metadata/name b/homebrew/thriftat09/_metadata/name new file mode 100644 index 000000000..e35345984 --- /dev/null +++ b/homebrew/thriftat09/_metadata/name @@ -0,0 +1 @@ +ThriftAT09 diff --git a/homebrew/thriftat09/_metadata/version b/homebrew/thriftat09/_metadata/version new file mode 100644 index 000000000..965065db5 --- /dev/null +++ b/homebrew/thriftat09/_metadata/version @@ -0,0 +1 @@ +0.9.3 diff --git a/homebrew/thriftat09/download.sh b/homebrew/thriftat09/download.sh new file mode 100755 index 000000000..c3955ec0b --- /dev/null +++ b/homebrew/thriftat09/download.sh @@ -0,0 +1 @@ +wget https://archive.apache.org/dist/thrift/0.9.3/thrift-0.9.3.tar.gz
\ No newline at end of file |