This commit is contained in:
parent
cb5e780c24
commit
71bfca34db
2 changed files with 25 additions and 0 deletions
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# FreeTDS
|
||||||
|
|
||||||
|
FreeTDS is a free software programming library, a re-implementation of the Tabular Data Stream protocol. It can be used in place of Sybase's db-lib or ct-lib libraries. It also includes an ODBC library. It allows many open source applications such as Perl and PHP (or any C or C++ program) to connect to Sybase ASE or Microsoft SQL Server.
|
22
package.yml
Normal file
22
package.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
name : freetds
|
||||||
|
version : 1.5
|
||||||
|
release : 1
|
||||||
|
source :
|
||||||
|
- https://www.freetds.org/files/stable/freetds-1.5.tar.gz : 4139991891ccc1bcae3f57affbd8a42caa4087c3b116aed23c8a63eddfb67109
|
||||||
|
homepage : https://www.freetds.org
|
||||||
|
license :
|
||||||
|
- GPL-2.0-or-later
|
||||||
|
- LGPL-2.0-or-later
|
||||||
|
component : programming.library
|
||||||
|
summary : Tabular Datastream Library
|
||||||
|
description: |
|
||||||
|
Tabular Datastream Library
|
||||||
|
builddeps :
|
||||||
|
- pkgconfig(odbc)
|
||||||
|
- pkgconfig(openssl)
|
||||||
|
setup : |
|
||||||
|
%configure --sysconfdir=/etc/freetds --enable-msdblib --with-openssl=/usr --enable-odbc --with-unixodbc=/usr --disable-static
|
||||||
|
build : |
|
||||||
|
%make
|
||||||
|
install : |
|
||||||
|
%make_install
|
Loading…
Add table
Add a link
Reference in a new issue