[arch-commits] Commit in unixodbc/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-09-06 Thread Andreas Radke via arch-commits
Date: Monday, September 7, 2020 @ 04:18:21
  Author: andyrtr
Revision: 395533

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Copied: unixodbc/repos/testing-x86_64/PKGBUILD (from rev 395532, 
unixodbc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-07 04:18:21 UTC (rev 395533)
@@ -0,0 +1,32 @@
+# Maintainer: AndyRTR 
+# Contributor: Judd Vinet 
+# Contributor: Tom Newsom 
+
+pkgname=unixodbc
+pkgver=2.3.9
+pkgrel=1
+pkgdesc="ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources"
+arch=('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)
+sha256sums=('52833eac3d681c8b0c9a5a65f2ebd745b3a964f208fc748f977e44015a31b207')
+
+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
+touch "$pkgdir"/etc/{odbc,odbcinst}.ini
+}


[arch-commits] Commit in unixodbc/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-08-31 Thread Andreas Radke via arch-commits
Date: Tuesday, September 1, 2020 @ 05:22:23
  Author: andyrtr
Revision: 395030

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Copied: unixodbc/repos/testing-x86_64/PKGBUILD (from rev 395029, 
unixodbc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-01 05:22:23 UTC (rev 395030)
@@ -0,0 +1,32 @@
+# Maintainer: AndyRTR 
+# Contributor: Judd Vinet 
+# Contributor: Tom Newsom 
+
+pkgname=unixodbc
+pkgver=2.3.8
+pkgrel=1
+pkgdesc="ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources"
+arch=('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)
+sha256sums=('85372b9cd2cdfea3983c3958ab11ca1513ea091a263d82105e5da043379e48a5')
+
+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
+touch "$pkgdir"/etc/{odbc,odbcinst}.ini
+}


[arch-commits] Commit in unixodbc/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-08-12 Thread Andreas Radke via arch-commits
Date: Sunday, August 12, 2018 @ 17:56:05
  Author: andyrtr
Revision: 331414

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: unixodbc/repos/testing-x86_64/PKGBUILD (from rev 331413, 
unixodbc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-12 17:56:05 UTC (rev 331414)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Judd Vinet 
+# Contributor: Tom Newsom 
+
+pkgname=unixodbc
+pkgver=2.3.7
+pkgrel=1
+pkgdesc="ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources"
+arch=('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=('274a711b0c77394e052db6493840c6f9')
+
+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
+touch "$pkgdir"/etc/{odbc,odbcinst}.ini
+}


[arch-commits] Commit in unixodbc/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-02-11 Thread Andreas Radke via arch-commits
Date: Sunday, February 11, 2018 @ 09:40:53
  Author: andyrtr
Revision: 316608

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: unixodbc/repos/testing-x86_64/PKGBUILD (from rev 316607, 
unixodbc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-11 09:40:53 UTC (rev 316608)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Judd Vinet 
+# Contributor: Tom Newsom 
+
+pkgname=unixodbc
+pkgver=2.3.5
+pkgrel=1
+pkgdesc="ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources"
+arch=('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=('abf14cf943f1f8c5e63a24cb26d54fd9')
+
+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
+touch "$pkgdir"/etc/{odbc,odbcinst}.ini
+}