blob: c9e0cb2ebf4a4c5c043de51f608ee8547a69c268 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
|