[arch-commits] Commit in libixion/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sat May 23 17:33:28 UTC 2015


    Date: Saturday, May 23, 2015 @ 19:33:28
  Author: andyrtr
Revision: 239676

upgpkg: libixion 0.9.1-1

upstream update 0.9.1

Modified:
  libixion/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++------------
 1 file changed, 24 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-23 15:52:40 UTC (rev 239675)
+++ PKGBUILD	2015-05-23 17:33:28 UTC (rev 239676)
@@ -1,29 +1,41 @@
-# Maintainer: kusakata <shohei atmark kusakata period com>
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: kusakata <shohei atmark kusakata period com>
 
 pkgname=libixion
-pkgver=0.7.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc="A general purpose formula parser & interpreter"
 arch=('i686' 'x86_64')
-url="https://gitorious.org/ixion/pages/Home"
-license=('MPL2')
+url="https://gitlab.com/ixion/ixion/blob/master/README.md"
+license=('custom')
+depends=('boost-libs' 'python2')
 makedepends=('boost' 'mdds')
-depends=('boost-libs')
-options=('!libtool')
-source=("http://kohei.us/files/ixion/src/libixion-${pkgver}.tar.bz2")
+source=("http://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz")
+sha1sums=('8ae071e7e89784933caadeffc16ed7b0764350a9')
 
 build() {
-	cd "${srcdir}/libixion-${pkgver}"
-	./configure --prefix=/usr
+	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 "${srcdir}/libixion-${pkgver}"
+	cd ${pkgname}-${pkgver}
 	make DESTDIR="${pkgdir}" install
 	
 	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }
 
-md5sums=('000157117801f9507f34b26ba998c4d1')
-


Property changes on: libixion/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list