milis/talimatname/genel/u/unixodbc/talimat

24 lines
605 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: Uygulama geliştiricilerine Veri Kaynaklarına erişmek için öngörülebilir bir API sağlama
# URL: http://www.unixodbc.org/
# Paketçi: milisarge
# Gerekler:
# Grup: geliştirme
isim=unixodbc
surum=2.3.4
devir=1
kaynak=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$surum.tar.gz)
derle() {
cd unixODBC-$surum
./configure --prefix=/usr --sysconfdir=/etc/unixODBC \
--enable-gui=no
make
make DESTDIR=$PKG install
find doc -name "Makefile*" -delete
chmod 644 doc/{lst,ProgrammerManual/Tutorial}/*
install -m755 -d /usr/share/doc/unixODBC-$surum
cp -R doc/* /usr/share/doc/unixODBC-$surum
}