blob: 206601558b9545998718888f337d0f8f1b9ea850 (
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
|