milis/talimatname/genel/freetds/talimat

26 lines
729 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Sybase ve MS SQL Server veritabanlarına erişmek için kullanılan kütüphane.
# URL: http: http://www.freetds.org
# Packager: alihan-ozturk28@hotmail.com
# Depends on: unixodbc
name=freetds
version=1.00
release=1
source=( ftp://ftp.freetds.org/pub/freetds/stable/freetds-1.00.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc/freetds \
--enable-msdblib \
--mandir=/usr/man \
--with-tdsver=7.0 \
--with-unixodbc=/usr \
--with-openssl \
--disable-debug
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}