6 pkgdesc='Library for accessing Sybase and MS SQL Server databases'
7 url='https://www.freetds.org'
10 depends=(openssl unixodbc)
11 backup=(etc/freetds/freetds.conf
12 etc/freetds/locales.conf
13 etc/freetds/pool.conf)
14 source=(ftp://ftp.freetds.org/pub/freetds/stable/$pkgname-$pkgver.tar.bz2)
15 sha256sums=('1d8561d57c71991a28f4681343785c23a6a3eb54d5bcd23897d07e3825ff2d56')
19 ./configure --prefix=/usr --sysconfdir=/etc/freetds --enable-msdblib \
20 --with-unixodbc=/usr --with-openssl
26 make DESTDIR="$pkgdir" install