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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Dec 16 20:06:58 UTC 2011


    Date: Friday, December 16, 2011 @ 15:06:58
  Author: andyrtr
Revision: 145094

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

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

-------------------------+
 staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: unixodbc/repos/staging-i686/PKGBUILD (from rev 145093, unixodbc/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2011-12-16 20:06:58 UTC (rev 145094)
@@ -0,0 +1,28 @@
+# $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.1
+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')
+options=('!libtool')
+source=("http://www.unixodbc.org/unixODBC-$pkgver.tar.gz")
+md5sums=('86788d4006620fa1f171c13d07fdcaab')
+
+build() {
+    cd ${srcdir}/unixODBC-${pkgver}
+    ./configure --prefix=/usr --sysconfdir=/etc
+    make
+}
+
+package() {
+    cd ${srcdir}/unixODBC-${pkgver}
+    make DESTDIR=${pkgdir} install
+}

Copied: unixodbc/repos/staging-x86_64/PKGBUILD (from rev 145093, unixodbc/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2011-12-16 20:06:58 UTC (rev 145094)
@@ -0,0 +1,28 @@
+# $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.1
+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')
+options=('!libtool')
+source=("http://www.unixodbc.org/unixODBC-$pkgver.tar.gz")
+md5sums=('86788d4006620fa1f171c13d07fdcaab')
+
+build() {
+    cd ${srcdir}/unixODBC-${pkgver}
+    ./configure --prefix=/usr --sysconfdir=/etc
+    make
+}
+
+package() {
+    cd ${srcdir}/unixODBC-${pkgver}
+    make DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list