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

Evangelos Foutras foutrelis at archlinux.org
Sun Nov 6 20:08:55 UTC 2016


    Date: Sunday, November 6, 2016 @ 20:08:54
  Author: foutrelis
Revision: 279953

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

Added:
  unixodbc/repos/staging-i686/
  unixodbc/repos/staging-i686/PKGBUILD
    (from rev 279952, unixodbc/trunk/PKGBUILD)
  unixodbc/repos/staging-x86_64/
  unixodbc/repos/staging-x86_64/PKGBUILD
    (from rev 279952, unixodbc/trunk/PKGBUILD)

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

Copied: unixodbc/repos/staging-i686/PKGBUILD (from rev 279952, unixodbc/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-11-06 20:08:54 UTC (rev 279953)
@@ -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.4
+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')
+source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz)
+md5sums=('bd25d261ca1808c947cb687e2034be81')
+
+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/staging-x86_64/PKGBUILD (from rev 279952, unixodbc/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-11-06 20:08:54 UTC (rev 279953)
@@ -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.4
+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')
+source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz)
+md5sums=('bd25d261ca1808c947cb687e2034be81')
+
+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