1.5
All checks were successful
Build / Build project (push) Successful in 1m25s

This commit is contained in:
Alexander Zhirov 2025-05-03 16:54:03 +03:00
parent cb5e780c24
commit 71bfca34db
Signed by: alexander
GPG key ID: C8D8BE544A27C511
2 changed files with 25 additions and 0 deletions

3
README.md Normal file
View 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
View 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