summaryrefslogtreecommitdiff
path: root/freetds/meta.yaml
blob: 33d7814088491d2971fcc9e255576a8e8d7b00a1 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{% set name = 'freetds' %}
{% set version = '1.00.9' %}
{% set number = '1' %}

about:
  home: http://www.freetds.org/index.html
  license: GNU Library or Lesser General Public License (LGPL)
  license_family: LGPL
  summary: 'Natively talk to Microsoft SQL Server and Sybase databases'
  description: |
    FreeTDS is an open source implementation of the TDS (Tabular Data Stream)
    protocol used by these databases for their own clients. It supports many
    different flavors of the protocol and three APIs to access it.
    Additionally FreeTDS works with other software such as Perl and PHP,
    providing access from those languages as well.
  doc_url: http://www.freetds.org/docs.html
  dev_url: https://github.com/FreeTDS/freetds/

build:
  number: {{ number }}
  features:
    - vc9               [win and py27]
    - vc10              [win and py34]
    - vc14              [win and py35]

package:
  name: {{ name }}
  version: {{ version }}

requirements:
  build:
    - openssl 1.0.*
    - readline          [not win]
    - unixodbc          [not win]
    - cmake             [win]
    - jom               [win]
    - vc   9            [win and py27]
    - vc  10            [win and py34]
    - vc  14            [win and py>34]

  run:
    - openssl 1.0.*
    - readline          [not win]
    - unixodbc          [not win]
    - vc   9            [win and py27]
    - vc  10            [win and py34]
    - vc  14            [win and py>34]

source:
  url: ftp://ftp.freetds.org/pub/freetds/stable/{{ name }}-{{ version }}.tar.bz2
  md5: 51e8941fbb537092e29c944e39c92f68
  patches:
    - 0001-CMake-install-targets.patch
    - 0002-CMake-install-headers.patch