Date: Monday, February 15, 2016 @ 20:09:37 Author: andyrtr Revision: 259336
archrelease: copy trunk to staging-i686, staging-x86_64 Added: libixion/repos/staging-i686/ libixion/repos/staging-i686/LICENSE (from rev 259335, libixion/trunk/LICENSE) libixion/repos/staging-i686/PKGBUILD (from rev 259335, libixion/trunk/PKGBUILD) libixion/repos/staging-x86_64/ libixion/repos/staging-x86_64/LICENSE (from rev 259335, libixion/trunk/LICENSE) libixion/repos/staging-x86_64/PKGBUILD (from rev 259335, libixion/trunk/PKGBUILD) -------------------------+ staging-i686/LICENSE | 3 +++ staging-i686/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++ staging-x86_64/LICENSE | 3 +++ staging-x86_64/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 88 insertions(+) Copied: libixion/repos/staging-i686/LICENSE (from rev 259335, libixion/trunk/LICENSE) =================================================================== --- staging-i686/LICENSE (rev 0) +++ staging-i686/LICENSE 2016-02-15 19:09:37 UTC (rev 259336) @@ -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 259335, libixion/trunk/PKGBUILD) =================================================================== --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-02-15 19:09:37 UTC (rev 259336) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: AndyRTR <andy...@archlinux.org> +# Contributor: kusakata <shohei atmark kusakata period com> + +pkgname=libixion +pkgver=0.11.0 +pkgrel=1 +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=('97a6e7f2b1fcbff69e76fe4e1df62f1cfcc353820472991e37de00aacb024293' + '2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e') + +build() { + cd ${pkgname}-${pkgver} + + # mdds 1.0.0 requires C++11 + CXXFLAGS+=' -std=c++11' + + ./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 259335, libixion/trunk/LICENSE) =================================================================== --- staging-x86_64/LICENSE (rev 0) +++ staging-x86_64/LICENSE 2016-02-15 19:09:37 UTC (rev 259336) @@ -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 259335, libixion/trunk/PKGBUILD) =================================================================== --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2016-02-15 19:09:37 UTC (rev 259336) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: AndyRTR <andy...@archlinux.org> +# Contributor: kusakata <shohei atmark kusakata period com> + +pkgname=libixion +pkgver=0.11.0 +pkgrel=1 +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=('97a6e7f2b1fcbff69e76fe4e1df62f1cfcc353820472991e37de00aacb024293' + '2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e') + +build() { + cd ${pkgname}-${pkgver} + + # mdds 1.0.0 requires C++11 + CXXFLAGS+=' -std=c++11' + + ./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" +} +