summaryrefslogtreecommitdiff
path: root/unixodbc/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'unixodbc/meta.yaml')
-rw-r--r--unixodbc/meta.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/unixodbc/meta.yaml b/unixodbc/meta.yaml
new file mode 100644
index 0000000..c9e0cb2
--- /dev/null
+++ b/unixodbc/meta.yaml
@@ -0,0 +1,30 @@
+{% set name = 'unixodbc' %}
+{% set badname = 'unixODBC' %}
+{% set version = '2.3.4' %}
+{% set number = '0' %}
+
+about:
+ home: http://www.unixodbc.org
+ license: GPL
+ summary: |
+ ODBC is an open specification for providing application developers with
+ a predictable API with which to access Data Sources
+
+build:
+ number: {{number}}
+
+package:
+ name: {{name}}
+ version: {{version}}
+
+requirements:
+ build:
+ - readline
+ - pkgconfig
+
+ run:
+ - readline
+
+source:
+ fn: {{badname}}-{{version}}.tar.gz
+ url: http://www.unixodbc.org/{{badname}}-{{version}}.tar.gz