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

Felix Yan fyan at archlinux.org
Mon Dec 7 07:11:38 UTC 2015


    Date: Monday, December 7, 2015 @ 08:11:38
  Author: fyan
Revision: 253257

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

Added:
  netcdf-cxx/repos/staging-i686/
  netcdf-cxx/repos/staging-i686/PKGBUILD
    (from rev 253256, netcdf-cxx/trunk/PKGBUILD)
  netcdf-cxx/repos/staging-x86_64/
  netcdf-cxx/repos/staging-x86_64/PKGBUILD
    (from rev 253256, netcdf-cxx/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: netcdf-cxx/repos/staging-i686/PKGBUILD (from rev 253256, netcdf-cxx/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-07 07:11:38 UTC (rev 253257)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=netcdf-cxx
+pkgver=4.2
+pkgrel=3
+pkgdesc="NetCDF c++ bindings"
+arch=("i686" "x86_64")
+url="http://www.unidata.ucar.edu/downloads/netcdf/netcdf-cxx/index.jsp"
+depends=('gcc-libs' 'netcdf' 'curl')
+options=('!makeflags')
+license=('custom')
+source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-cxx4-${pkgver}.tar.gz)
+sha1sums=('59628c9f06c211a47517fc00d8b068da159ffa9d')
+
+build() {
+  cd ${srcdir}/${pkgname}4-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+#  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}4-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}4-${pkgver}/COPYRIGHT \
+        ${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+
+}

Copied: netcdf-cxx/repos/staging-x86_64/PKGBUILD (from rev 253256, netcdf-cxx/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-07 07:11:38 UTC (rev 253257)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=netcdf-cxx
+pkgver=4.2
+pkgrel=3
+pkgdesc="NetCDF c++ bindings"
+arch=("i686" "x86_64")
+url="http://www.unidata.ucar.edu/downloads/netcdf/netcdf-cxx/index.jsp"
+depends=('gcc-libs' 'netcdf' 'curl')
+options=('!makeflags')
+license=('custom')
+source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-cxx4-${pkgver}.tar.gz)
+sha1sums=('59628c9f06c211a47517fc00d8b068da159ffa9d')
+
+build() {
+  cd ${srcdir}/${pkgname}4-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+#  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}4-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}4-${pkgver}/COPYRIGHT \
+        ${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+
+}



More information about the arch-commits mailing list