[arch-commits] Commit in unixodbc/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Mon Feb 16 10:42:44 UTC 2009
Date: Monday, February 16, 2009 @ 05:42:43
Author: giovanni
Revision: 27141
Merged revisions 26907 via svnmerge from
svn+ssh://archlinux.org/srv/svn-packages/unixodbc/trunk
........
r26907 | douglas | 2009-02-14 05:26:55 -0800 (sab, 14 feb 2009) | 1 line
upgpkg: unixodbc 2.2.14-1
........
Modified:
unixodbc/repos/extra-x86_64/ (properties)
unixodbc/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
Property changes on: unixodbc/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /unixodbc/trunk:1-9661
+ /unixodbc/trunk:1-27140
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-02-16 08:06:06 UTC (rev 27140)
+++ extra-x86_64/PKGBUILD 2009-02-16 10:42:43 UTC (rev 27141)
@@ -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