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=('ffb323a25450f45700f3fe9d3e3fea688678f0235bd213139519f33375dfcf24')
19 ./configure --prefix=/usr --sysconfdir=/etc/freetds --enable-msdblib \
20 --with-unixodbc=/usr --with-openssl
26 make DESTDIR="$pkgdir" install