[arch-commits] Commit in libixion/repos (6 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Jan 1 21:55:07 UTC 2017


    Date: Sunday, January 1, 2017 @ 21:55:06
  Author: bpiotrowski
Revision: 285160

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

Added:
  libixion/repos/staging-i686/
  libixion/repos/staging-i686/LICENSE
    (from rev 285159, libixion/trunk/LICENSE)
  libixion/repos/staging-i686/PKGBUILD
    (from rev 285159, libixion/trunk/PKGBUILD)
  libixion/repos/staging-x86_64/
  libixion/repos/staging-x86_64/LICENSE
    (from rev 285159, libixion/trunk/LICENSE)
  libixion/repos/staging-x86_64/PKGBUILD
    (from rev 285159, libixion/trunk/PKGBUILD)

-------------------------+
 staging-i686/LICENSE    |    3 +++
 staging-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 staging-x86_64/LICENSE  |    3 +++
 staging-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 4 files changed, 80 insertions(+)

Copied: libixion/repos/staging-i686/LICENSE (from rev 285159, libixion/trunk/LICENSE)
===================================================================
--- staging-i686/LICENSE	                        (rev 0)
+++ staging-i686/LICENSE	2017-01-01 21:55:06 UTC (rev 285160)
@@ -0,0 +1,3 @@
+This Source Code Form is subject to the terms of the Mozilla Public
+License, v. 2.0. If a copy of the MPL was not distributed with this
+file, You can obtain one at http://mozilla.org/MPL/2.0/.

Copied: libixion/repos/staging-i686/PKGBUILD (from rev 285159, libixion/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2017-01-01 21:55:06 UTC (rev 285160)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: kusakata <shohei atmark kusakata period com>
+
+pkgname=libixion
+pkgver=0.11.1
+pkgrel=5
+pkgdesc="A general purpose formula parser & interpreter"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/ixion/ixion/blob/master/README.md"
+license=('custom')
+depends=('boost-libs' 'python')
+makedepends=('boost' 'mdds')
+source=("http://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz"
+        LICENSE)
+sha256sums=('c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede'
+            '2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+    --disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # LICENSE file is missing in tarball
+  install -Dm644 $srcdir/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Copied: libixion/repos/staging-x86_64/LICENSE (from rev 285159, libixion/trunk/LICENSE)
===================================================================
--- staging-x86_64/LICENSE	                        (rev 0)
+++ staging-x86_64/LICENSE	2017-01-01 21:55:06 UTC (rev 285160)
@@ -0,0 +1,3 @@
+This Source Code Form is subject to the terms of the Mozilla Public
+License, v. 2.0. If a copy of the MPL was not distributed with this
+file, You can obtain one at http://mozilla.org/MPL/2.0/.

Copied: libixion/repos/staging-x86_64/PKGBUILD (from rev 285159, libixion/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2017-01-01 21:55:06 UTC (rev 285160)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: kusakata <shohei atmark kusakata period com>
+
+pkgname=libixion
+pkgver=0.11.1
+pkgrel=5
+pkgdesc="A general purpose formula parser & interpreter"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/ixion/ixion/blob/master/README.md"
+license=('custom')
+depends=('boost-libs' 'python')
+makedepends=('boost' 'mdds')
+source=("http://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz"
+        LICENSE)
+sha256sums=('c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede'
+            '2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+    --disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # LICENSE file is missing in tarball
+  install -Dm644 $srcdir/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+



More information about the arch-commits mailing list