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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Oct 15 11:36:21 UTC 2015


    Date: Thursday, October 15, 2015 @ 13:36:21
  Author: bpiotrowski
Revision: 249361

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

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

-------------------------+
 staging-i686/PKGBUILD   |   41 +++++++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)

Copied: libixion/repos/staging-i686/PKGBUILD (from rev 249360, libixion/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-10-15 11:36:21 UTC (rev 249361)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: kusakata <shohei atmark kusakata period com>
+
+pkgname=libixion
+pkgver=0.9.1
+pkgrel=2
+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' 'python2')
+makedepends=('boost' 'mdds')
+source=("http://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz")
+sha1sums=('8ae071e7e89784933caadeffc16ed7b0764350a9')
+
+build() {
+	cd ${pkgname}-${pkgver}
+	
+	sed -i "s/python >= 0.27.1/python2 >= 0.27.1/" configure.ac
+	autoreconf -vfi
+	sed -i "s/env python/env python2/" test/ixion-python-test.py
+
+	
+	./configure --prefix=/usr \
+	  --disable-static
+	make
+}
+
+check() {
+    cd ${pkgname}-${pkgver}
+    make -k check
+}
+
+package() {
+	cd ${pkgname}-${pkgver}
+	make DESTDIR="${pkgdir}" install
+	
+	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+

Copied: libixion/repos/staging-x86_64/PKGBUILD (from rev 249360, libixion/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-10-15 11:36:21 UTC (rev 249361)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: kusakata <shohei atmark kusakata period com>
+
+pkgname=libixion
+pkgver=0.9.1
+pkgrel=2
+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' 'python2')
+makedepends=('boost' 'mdds')
+source=("http://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz")
+sha1sums=('8ae071e7e89784933caadeffc16ed7b0764350a9')
+
+build() {
+	cd ${pkgname}-${pkgver}
+	
+	sed -i "s/python >= 0.27.1/python2 >= 0.27.1/" configure.ac
+	autoreconf -vfi
+	sed -i "s/env python/env python2/" test/ixion-python-test.py
+
+	
+	./configure --prefix=/usr \
+	  --disable-static
+	make
+}
+
+check() {
+    cd ${pkgname}-${pkgver}
+    make -k check
+}
+
+package() {
+	cd ${pkgname}-${pkgver}
+	make DESTDIR="${pkgdir}" install
+	
+	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+



More information about the arch-commits mailing list