[arch-commits] Commit in unixodbc/repos (extra-i686 extra-i686/PKGBUILD)

Douglas Soares de Andrade douglas at archlinux.org
Sat Feb 14 13:27:42 UTC 2009


    Date: Saturday, February 14, 2009 @ 08:27:41
  Author: douglas
Revision: 26908

Merged revisions 26907 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/unixodbc/trunk

........
  r26907 | douglas | 2009-02-14 11:26:55 -0200 (S?\195?\161b, 14 Fev 2009) | 1 line
  
  upgpkg: unixodbc 2.2.14-1
........

Modified:
  unixodbc/repos/extra-i686/	(properties)
  unixodbc/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)


Property changes on: unixodbc/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /unixodbc/trunk:1-9389
   + /unixodbc/trunk:1-26907

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-02-14 13:26:55 UTC (rev 26907)
+++ extra-i686/PKGBUILD	2009-02-14 13:27:41 UTC (rev 26908)
@@ -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