init 1.4.6

This commit is contained in:
Alexander Zhirov 2023-11-23 13:39:11 +03:00
commit 1a1bc11386
2 changed files with 25 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# FreeTDS
Tabular Datastream Library

22
package.yml Normal file
View File

@ -0,0 +1,22 @@
name : freetds
version : 1.4.6
release : 1
source :
- https://www.freetds.org/files/stable/freetds-1.4.6.tar.bz2 : 813802a1c6bc02fe1696b6ea31aa535225719777736b5bfc23a3a17858956ac0
homepage : https://www.freetds.org
license :
- GPL-2.0-or-later
- LGPL-2.0-or-later
component : database
summary : Tabular Datastream Library
description: |
Tabular Datastream Library
builddeps :
- unixodbc-devel
- pkgconfig(openssl)
setup : |
%configure --sysconfdir=/etc/freetds --enable-msdblib --with-openssl=/usr --enable-odbc --with-unixodbc=/usr --disable-static
build : |
%make
install : |
%make_install