Date: Tuesday, June 5, 2018 @ 08:36:10
  Author: eworm
Revision: 340492

archrelease: copy trunk to community-testing-x86_64

Added:
  libiodbc/repos/community-testing-x86_64/
  libiodbc/repos/community-testing-x86_64/PKGBUILD
    (from rev 340491, libiodbc/trunk/PKGBUILD)

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

Copied: libiodbc/repos/community-testing-x86_64/PKGBUILD (from rev 340491, 
libiodbc/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-06-05 08:36:10 UTC (rev 340492)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Christian Hesse <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+
+pkgname=libiodbc
+pkgver=3.52.12
+pkgrel=2
+pkgdesc='Independent Open DataBase Connectivity for Linux'
+arch=('x86_64')
+url='http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/'
+license=('LGPL')
+makedepends=('chrpath')
+source=("https://downloads.sourceforge.net/iodbc/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('51c5ff3a7d9a54202486cb77a3514e0e379a135beefcd5d12b96d1901f9dfb62')
+
+build() {
+       cd ${pkgname}-${pkgver}
+
+       ./configure --prefix=/usr \
+               --disable-static \
+               --includedir=/usr/include/libiodbc \
+               --disable-gui \
+               --disable-libodbc
+       make
+}
+
+package() {
+       cd ${pkgname}-${pkgver}
+
+       make DESTDIR=${pkgdir} install
+
+       chrpath -d ${pkgdir}/usr/bin/iodbctest{,w}
+       rm -rf ${pkgdir}/usr/share/libiodbc/
+}

Reply via email to