wok-next rev 21561
updated cocoalib (0.99600 -> 0.99710)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 22 14:43:13 2020 +0100 (2020-06-22) |
parents | b05db6a65e27 |
children | 0d8bad9bbba4 |
files | cocoalib/receipt |
line diff
1.1 --- a/cocoalib/receipt Mon Jun 22 14:31:56 2020 +0100 1.2 +++ b/cocoalib/receipt Mon Jun 22 14:43:13 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="cocoalib" 1.7 -VERSION="0.99600" 1.8 +VERSION="0.99710" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="C++ library for doing Computations in Commutative Algebra" 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 @@ -11,20 +11,22 @@ 1.13 TARBALL="CoCoALib-$VERSION.tgz" 1.14 WGET_URL="http://cocoa.dima.unige.it/cocoalib/tgz/$TARBALL" 1.15 1.16 -BUILD_DEPENDS="bash gmp-dev gsl-dev boost-dev boost-thread boost-system \ 1.17 -boost-filesystem boost-iostreams boost-math-tr1 readline-dev" 1.18 +BUILD_DEPENDS="bash boost-dev boost-filesystem boost-iostreams 1.19 + boost-math-tr1 boost-system boost-thread gmp-dev gsl-dev 1.20 + readline-dev" 1.21 1.22 COPY_std="@dev" 1.23 -DEPENDS_std="gmp gsl boost-thread boost-system boost-filesystem \ 1.24 -boost-iostreams boost-math-tr1 readline" 1.25 +DEPENDS_std="boost-filesystem boost-iostreams boost-math-tr1 1.26 + boost-system boost-thread gmp gsl readline" 1.27 1.28 -compile_rules() { 1.29 +compile_rules() 1.30 +{ 1.31 ./configure && 1.32 make library || return 1 1.33 1.34 - install -Dm644 lib/libcocoa.a $install/usr/lib/libcocoa.a 1.35 + install -Dm644 lib/libcocoa.a $install/usr/lib/libcocoa.a 1.36 1.37 mkdir -p $install/usr/include 1.38 - cp -r $src/include/* $install/usr/include 1.39 + cp -r $src/include/* $install/usr/include 1.40 find $install -type f -name '*.H' -exec chmod 644 '{}' \; 1.41 }