summaryrefslogtreecommitdiff
path: root/extra/unixodbc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/unixodbc/PKGBUILD')
-rw-r--r--extra/unixodbc/PKGBUILD18
1 files changed, 11 insertions, 7 deletions
diff --git a/extra/unixodbc/PKGBUILD b/extra/unixodbc/PKGBUILD
index 5422531ea..da109776e 100644
--- a/extra/unixodbc/PKGBUILD
+++ b/extra/unixodbc/PKGBUILD
@@ -1,28 +1,32 @@
-# $Id: PKGBUILD 145345 2011-12-21 20:47:39Z andrea $
+# $Id: PKGBUILD 197416 2013-10-25 18:23:06Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=unixodbc
-pkgver=2.3.1
-pkgrel=1.1
+pkgver=2.3.2
+pkgrel=1
pkgdesc="ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2' 'LGPL2.1')
url="http://www.unixodbc.org/"
backup=('etc/odbc.ini' 'etc/odbcinst.ini')
depends=('readline' 'libltdl')
-options=('!libtool')
source=("http://www.unixodbc.org/unixODBC-$pkgver.tar.gz")
-md5sums=('86788d4006620fa1f171c13d07fdcaab')
+md5sums=('5e4528851eda5d3d4aed249b669bd05b')
build() {
- cd ${srcdir}/unixODBC-${pkgver}
+ cd unixODBC-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc
make
}
+check() {
+ cd unixODBC-${pkgver}
+ make -k check
+}
+
package() {
- cd ${srcdir}/unixODBC-${pkgver}
+ cd unixODBC-${pkgver}
make DESTDIR=${pkgdir} install
}