[arch-commits] CVS update of arch/build/devel/unixodbc (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Tue Jul 17 20:32:35 UTC 2007


    Date: Tuesday, July 17, 2007 @ 16:32:35
  Author: tpowa
    Path: /home/cvs-arch/arch/build/devel/unixodbc

Modified: PKGBUILD (1.9 -> 1.10)

'upgpkg: update to new version'


----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)


Index: arch/build/devel/unixodbc/PKGBUILD
diff -u arch/build/devel/unixodbc/PKGBUILD:1.9 arch/build/devel/unixodbc/PKGBUILD:1.10
--- arch/build/devel/unixodbc/PKGBUILD:1.9	Mon May 15 15:21:01 2006
+++ arch/build/devel/unixodbc/PKGBUILD	Tue Jul 17 16:32:35 2007
@@ -1,22 +1,23 @@
-# $Id: PKGBUILD,v 1.9 2006/05/15 19:21:01 uid1016 Exp $
+# $Id: PKGBUILD,v 1.10 2007/07/17 20:32:35 tpowa Exp $
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=unixodbc
-pkgver=2.2.11
-pkgrel=4
+pkgver=2.2.12
+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')
 source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz)
-md5sums=('9ae806396844e38244cf65ad26ba0f23')
+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 --without-qt-libraries
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-gui=no
   make || return 1
   make DESTDIR=$startdir/pkg install
   find $startdir/pkg -name '*.la' -exec rm {} \;




More information about the arch-commits mailing list