Date: Tuesday, January 19, 2016 @ 17:12:18
  Author: arojas
Revision: 157689

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

Added:
  qd/repos/
  qd/repos/community-i686/
  qd/repos/community-i686/PKGBUILD
    (from rev 157688, qd/trunk/PKGBUILD)
  qd/repos/community-x86_64/
  qd/repos/community-x86_64/PKGBUILD
    (from rev 157688, qd/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: qd/repos/community-i686/PKGBUILD (from rev 157688, qd/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD                               (rev 0)
+++ repos/community-i686/PKGBUILD       2016-01-19 16:12:18 UTC (rev 157689)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: eolianoe <eolianoe At GoogleMAIL DoT CoM>
+# Contributor: Xyne <ca dot archlinux at xyne, backwards>
+
+pkgname=qd
+pkgver=2.3.17
+pkgrel=2
+pkgdesc='C++/Fortran-90 double-double and quad-double library'
+arch=(i686 x86_64)
+url="http://crd-legacy.lbl.gov/~dhbailey/mpdist";
+license=(BSD)
+makedepends=(gcc-fortran)
+source=("http://crd-legacy.lbl.gov/~dhbailey/mpdist/$pkgname-$pkgver.tar.gz";)
+sha256sums=('c58e276f6fcf5f2f442c525f3de42ea00004734572b29c74028bbda0ad81096d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  export FC=gfortran
+  ./configure --prefix=/usr --enable-shared --with-pic
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Copied: qd/repos/community-x86_64/PKGBUILD (from rev 157688, qd/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD                             (rev 0)
+++ repos/community-x86_64/PKGBUILD     2016-01-19 16:12:18 UTC (rev 157689)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: eolianoe <eolianoe At GoogleMAIL DoT CoM>
+# Contributor: Xyne <ca dot archlinux at xyne, backwards>
+
+pkgname=qd
+pkgver=2.3.17
+pkgrel=2
+pkgdesc='C++/Fortran-90 double-double and quad-double library'
+arch=(i686 x86_64)
+url="http://crd-legacy.lbl.gov/~dhbailey/mpdist";
+license=(BSD)
+makedepends=(gcc-fortran)
+source=("http://crd-legacy.lbl.gov/~dhbailey/mpdist/$pkgname-$pkgver.tar.gz";)
+sha256sums=('c58e276f6fcf5f2f442c525f3de42ea00004734572b29c74028bbda0ad81096d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  export FC=gfortran
+  ./configure --prefix=/usr --enable-shared --with-pic
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Reply via email to