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

Felix Yan fyan at nymeria.archlinux.org
Fri Mar 7 15:54:55 UTC 2014


    Date: Friday, March 7, 2014 @ 16:54:55
  Author: fyan
Revision: 207142

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

Added:
  mpdecimal/repos/extra-i686/
  mpdecimal/repos/extra-i686/PKGBUILD
    (from rev 207141, mpdecimal/trunk/PKGBUILD)
  mpdecimal/repos/extra-x86_64/
  mpdecimal/repos/extra-x86_64/PKGBUILD
    (from rev 207141, mpdecimal/trunk/PKGBUILD)

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

Copied: mpdecimal/repos/extra-i686/PKGBUILD (from rev 207141, mpdecimal/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-03-07 15:54:55 UTC (rev 207142)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=mpdecimal
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="Package for correctly-rounded arbitrary precision decimal floating point arithmetic"
+arch=('i686' 'x86_64')
+url="http://www.bytereef.org/mpdecimal/index.html"
+license=('custom')
+depends=('glibc')
+source=(http://www.bytereef.org/software/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+sha512sums=('9528274c77f874ea75652f08e64bb76ecdaa6c2111900809bc3ce58b4740d8b313bf41283cfb41b525a7d2df7d86cb7d9415b0abb2ce58a209df9d54e2ab0f75')

Copied: mpdecimal/repos/extra-x86_64/PKGBUILD (from rev 207141, mpdecimal/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-03-07 15:54:55 UTC (rev 207142)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=mpdecimal
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="Package for correctly-rounded arbitrary precision decimal floating point arithmetic"
+arch=('i686' 'x86_64')
+url="http://www.bytereef.org/mpdecimal/index.html"
+license=('custom')
+depends=('glibc')
+source=(http://www.bytereef.org/software/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+sha512sums=('9528274c77f874ea75652f08e64bb76ecdaa6c2111900809bc3ce58b4740d8b313bf41283cfb41b525a7d2df7d86cb7d9415b0abb2ce58a209df9d54e2ab0f75')




More information about the arch-commits mailing list