[arch-commits] Commit in unixodbc/trunk (PKGBUILD)
Douglas Soares de Andrade
douglas at archlinux.org
Sat Feb 14 13:26:55 UTC 2009
Date: Saturday, February 14, 2009 @ 08:26:55
Author: douglas
Revision: 26907
upgpkg: unixodbc 2.2.14-1
Modified:
unixodbc/trunk/PKGBUILD
----------+
PKGBUILD | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-02-14 13:14:22 UTC (rev 26906)
+++ PKGBUILD 2009-02-14 13:26:55 UTC (rev 26907)
@@ -3,22 +3,23 @@
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
pkgname=unixodbc
-pkgver=2.2.12
-pkgrel=2
+pkgver=2.2.14
+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)
license=('GPL2')
url="http://www.unixodbc.org/"
backup=('etc/odbc.ini' 'etc/odbcinst.ini')
depends=('readline')
+options=('!libtool')
source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz)
-md5sums=('9a116aad4059c31d231b626ffdf1869a')
build() {
- cd $startdir/src/unixODBC-$pkgver
- sed -i 's/YY_FLUSH_BUFFER/yy_flush_buffer(YY_CURRENT_BUFFER)/' sqp/lex.l
- ./configure --prefix=/usr --sysconfdir=/etc --enable-gui=no
- make || return 1
- make DESTDIR=$startdir/pkg install
- find $startdir/pkg -name '*.la' -exec rm {} \;
+ cd $startdir/src/unixODBC-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --enable-gui=no
+ make || return 1
+ make DESTDIR=$startdir/pkg install
}
+
+
+md5sums=('f47c2efb28618ecf5f33319140a7acd0')
More information about the arch-commits
mailing list