milis/talimatname/genel/libiodbc/talimat

22 lines
473 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: Linux için bağımsız açık veri tabanı bağlantısı
# URL: http://www.iodbc.org
# Packager: milisarge
# Depends on:
name=libiodbc
version=3.52.10
release=1
source=(http://downloads.sourceforge.net/sourceforge/iodbc/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--includedir=/usr/include/libiodbc \
--disable-gui \
--disable-libodbc
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/libiodbc/
}