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