[arch-commits] Commit in unixodbc/trunk (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Sun Sep 11 11:41:29 UTC 2011
Date: Sunday, September 11, 2011 @ 07:41:29
Author: pierre
Revision: 137808
upgpkg: unixodbc 2.3.0-2
* rebuild old package
* cleanup
* replace libtool dep with libltdl to remove indirect dep to gcc
Modified:
unixodbc/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-11 11:17:41 UTC (rev 137807)
+++ PKGBUILD 2011-09-11 11:41:29 UTC (rev 137808)
@@ -1,29 +1,28 @@
# $Id$
# Maintainer: AndyRTR <andyrtr at archlinux.org>
-
# Contributor: Judd Vinet <jvinet at zeroflux.org>
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
pkgname=unixodbc
pkgver=2.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
url="http://www.unixodbc.org/"
backup=('etc/odbc.ini' 'etc/odbcinst.ini')
-depends=('readline>=6.0' 'libtool')
+depends=('readline' 'libltdl')
options=('!libtool')
-source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz)
+source=("http://www.unixodbc.org/unixODBC-$pkgver.tar.gz")
md5sums=('f2ad22cbdffe836c58987ed2332c2e99')
build() {
cd ${srcdir}/unixODBC-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc
- make || return 1
+ make
}
package() {
cd ${srcdir}/unixODBC-${pkgver}
- make DESTDIR=${pkgdir} install || return 1
+ make DESTDIR=${pkgdir} install
}
More information about the arch-commits
mailing list