From 71bfca34db439e977c5636f470f4f609930e07e1 Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Sat, 3 May 2025 16:54:03 +0300 Subject: [PATCH] 1.5 --- README.md | 3 +++ package.yml | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 README.md create mode 100644 package.yml diff --git a/README.md b/README.md new file mode 100644 index 0000000..d91e6a2 --- /dev/null +++ b/README.md @@ -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. diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..e6f873e --- /dev/null +++ b/package.yml @@ -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