diff options
Diffstat (limited to 'homebrew/libiodbc/.beer')
-rw-r--r-- | homebrew/libiodbc/.beer | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/homebrew/libiodbc/.beer b/homebrew/libiodbc/.beer new file mode 100644 index 000000000..a53aed319 --- /dev/null +++ b/homebrew/libiodbc/.beer @@ -0,0 +1,31 @@ +{ + "name": "Libiodbc", + "description": "Database connectivity layer based on ODBC. (alternative to unixodbc)", + "url": "https://downloads.sourceforge.net/project/iodbc/iodbc/3.52.12/libiodbc-3.52.12.tar.gz", + "mirror": null, + "homepage": "http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/", + "depends": [ + { + "depend": "autoconf", + "build-depend": true + }, + { + "depend": "automake", + "build-depend": true + }, + { + "depend": "libtool", + "build-depend": true + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"./autogen.sh\"", + "system \"./configure\", \"--prefix=#{prefix}\"", + "system \"make\", \"install\"" + ], + "version": "3.52.12", + "file": "libiodbc.rb" +}
\ No newline at end of file |