milis/talimatname/genel/f/freetds/talimat

26 lines
716 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.

# Tanım: Sybase ve MS SQL Server veritabanlarına erişmek için kullanılan kütüphane.
# URL: http: http://www.freetds.org
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: unixodbc
isim=freetds
surum=1.00
devir=1
kaynak=( ftp://ftp.freetds.org/pub/freetds/stable/freetds-1.00.tar.bz2)
derle() {
cd $isim-$surum
./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
}