summaryrefslogtreecommitdiff
path: root/extra/unixodbc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-26 01:22:45 -0700
committerroot <root@rshg054.dnsready.net>2013-10-26 01:22:45 -0700
commit24152c3ea77087edccf017c13d44904a75799ff7 (patch)
tree65e25106816e5071dd5b2edc2270e0138c23dc7c /extra/unixodbc
parent5a3821aec094b38a412cf5e6997c08b6428d6f77 (diff)
Sat Oct 26 01:21:13 PDT 2013
Diffstat (limited to 'extra/unixodbc')
-rw-r--r--extra/unixodbc/PKGBUILD16
1 files changed, 10 insertions, 6 deletions
diff --git a/extra/unixodbc/PKGBUILD b/extra/unixodbc/PKGBUILD
index 36a06ccae..9f1ab59c8 100644
--- a/extra/unixodbc/PKGBUILD
+++ b/extra/unixodbc/PKGBUILD
@@ -1,10 +1,10 @@
-# $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
+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')
@@ -12,17 +12,21 @@ 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
}