[arch-commits] Commit in unixodbc/repos (4 files)

Andreas Radke andyrtr at nymeria.archlinux.org
Wed Oct 23 14:40:09 UTC 2013


    Date: Wednesday, October 23, 2013 @ 16:40:09
  Author: andyrtr
Revision: 197178

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  unixodbc/repos/testing-i686/
  unixodbc/repos/testing-i686/PKGBUILD
    (from rev 197177, unixodbc/trunk/PKGBUILD)
  unixodbc/repos/testing-x86_64/
  unixodbc/repos/testing-x86_64/PKGBUILD
    (from rev 197177, unixodbc/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: unixodbc/repos/testing-i686/PKGBUILD (from rev 197177, unixodbc/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-10-23 14:40:09 UTC (rev 197178)
@@ -0,0 +1,32 @@
+# $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.2
+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' 'libltdl')
+source=("http://www.unixodbc.org/unixODBC-$pkgver.tar.gz")
+md5sums=('5e4528851eda5d3d4aed249b669bd05b')
+
+build() {
+    cd unixODBC-${pkgver}
+    ./configure --prefix=/usr --sysconfdir=/etc
+    make
+}
+
+check() {
+    cd unixODBC-${pkgver}
+    make -k check
+}
+
+package() {
+    cd unixODBC-${pkgver}
+    make DESTDIR=${pkgdir} install
+}

Copied: unixodbc/repos/testing-x86_64/PKGBUILD (from rev 197177, unixodbc/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-10-23 14:40:09 UTC (rev 197178)
@@ -0,0 +1,32 @@
+# $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.2
+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' 'libltdl')
+source=("http://www.unixodbc.org/unixODBC-$pkgver.tar.gz")
+md5sums=('5e4528851eda5d3d4aed249b669bd05b')
+
+build() {
+    cd unixODBC-${pkgver}
+    ./configure --prefix=/usr --sysconfdir=/etc
+    make
+}
+
+check() {
+    cd unixODBC-${pkgver}
+    make -k check
+}
+
+package() {
+    cd unixODBC-${pkgver}
+    make DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list