Date: Sunday, September 11, 2011 @ 07:42:08 Author: pierre Revision: 137809
archrelease: copy trunk to extra-i686, extra-x86_64 Added: unixodbc/repos/extra-i686/PKGBUILD (from rev 137808, unixodbc/trunk/PKGBUILD) unixodbc/repos/extra-x86_64/PKGBUILD (from rev 137808, unixodbc/trunk/PKGBUILD) Deleted: unixodbc/repos/extra-i686/PKGBUILD unixodbc/repos/extra-x86_64/PKGBUILD -----------------------+ extra-i686/PKGBUILD | 57 +++++++++++++++++++++++------------------------- extra-x86_64/PKGBUILD | 57 +++++++++++++++++++++++------------------------- 2 files changed, 56 insertions(+), 58 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2011-09-11 11:41:29 UTC (rev 137808) +++ extra-i686/PKGBUILD 2011-09-11 11:42:08 UTC (rev 137809) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: AndyRTR <andy...@archlinux.org> - -# Contributor: Judd Vinet <jvi...@zeroflux.org> -# Contributor: Tom Newsom <jeeps...@gmx.co.uk> - -pkgname=unixodbc -pkgver=2.3.0 -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' 'LGPL2.1') -url="http://www.unixodbc.org/" -backup=('etc/odbc.ini' 'etc/odbcinst.ini') -depends=('readline>=6.0' 'libtool') -options=('!libtool') -source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz) -md5sums=('f2ad22cbdffe836c58987ed2332c2e99') - -build() { - cd ${srcdir}/unixODBC-${pkgver} - ./configure --prefix=/usr --sysconfdir=/etc - make || return 1 -} - -package() { - cd ${srcdir}/unixODBC-${pkgver} - make DESTDIR=${pkgdir} install || return 1 -} Copied: unixodbc/repos/extra-i686/PKGBUILD (from rev 137808, unixodbc/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2011-09-11 11:42:08 UTC (rev 137809) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: AndyRTR <andy...@archlinux.org> +# Contributor: Judd Vinet <jvi...@zeroflux.org> +# Contributor: Tom Newsom <jeeps...@gmx.co.uk> + +pkgname=unixodbc +pkgver=2.3.0 +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') +license=('GPL2' 'LGPL2.1') +url="http://www.unixodbc.org/" +backup=('etc/odbc.ini' 'etc/odbcinst.ini') +depends=('readline' 'libltdl') +options=('!libtool') +source=("http://www.unixodbc.org/unixODBC-$pkgver.tar.gz") +md5sums=('f2ad22cbdffe836c58987ed2332c2e99') + +build() { + cd ${srcdir}/unixODBC-${pkgver} + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +package() { + cd ${srcdir}/unixODBC-${pkgver} + make DESTDIR=${pkgdir} install +} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2011-09-11 11:41:29 UTC (rev 137808) +++ extra-x86_64/PKGBUILD 2011-09-11 11:42:08 UTC (rev 137809) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: AndyRTR <andy...@archlinux.org> - -# Contributor: Judd Vinet <jvi...@zeroflux.org> -# Contributor: Tom Newsom <jeeps...@gmx.co.uk> - -pkgname=unixodbc -pkgver=2.3.0 -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' 'LGPL2.1') -url="http://www.unixodbc.org/" -backup=('etc/odbc.ini' 'etc/odbcinst.ini') -depends=('readline>=6.0' 'libtool') -options=('!libtool') -source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz) -md5sums=('f2ad22cbdffe836c58987ed2332c2e99') - -build() { - cd ${srcdir}/unixODBC-${pkgver} - ./configure --prefix=/usr --sysconfdir=/etc - make || return 1 -} - -package() { - cd ${srcdir}/unixODBC-${pkgver} - make DESTDIR=${pkgdir} install || return 1 -} Copied: unixodbc/repos/extra-x86_64/PKGBUILD (from rev 137808, unixodbc/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2011-09-11 11:42:08 UTC (rev 137809) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: AndyRTR <andy...@archlinux.org> +# Contributor: Judd Vinet <jvi...@zeroflux.org> +# Contributor: Tom Newsom <jeeps...@gmx.co.uk> + +pkgname=unixodbc +pkgver=2.3.0 +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') +license=('GPL2' 'LGPL2.1') +url="http://www.unixodbc.org/" +backup=('etc/odbc.ini' 'etc/odbcinst.ini') +depends=('readline' 'libltdl') +options=('!libtool') +source=("http://www.unixodbc.org/unixODBC-$pkgver.tar.gz") +md5sums=('f2ad22cbdffe836c58987ed2332c2e99') + +build() { + cd ${srcdir}/unixODBC-${pkgver} + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +package() { + cd ${srcdir}/unixODBC-${pkgver} + make DESTDIR=${pkgdir} install +}