summaryrefslogtreecommitdiffstats
path: root/extra/myodbc/Pkgfile
blob: 385cc647dd0e731096da1a5976d85769203c9cd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Connecteur ODBC pour MySQL
# URL: http://www.mysql.com
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: unixodbc, mysqlclient

name=myodbc
version=5.1.6
release=1
source=(http://mirror.switch.ch/mirror/mysql/Downloads/Connector-ODBC/5.1/mysql-connector-odbc-$version.tar.gz )

build () {
	cd mysql-connector-odbc-$version
	[ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --sysconfdir=/etc --with-unixODBC=/usr \
	--with-mysql-path=/usr --without-x --disable-gui --enable-shared \
	--disable-static
	make
	make DESTDIR=$PKG install
}