wok-next diff gmp/receipt @ rev 18727
Up firefox-official(43.0.1)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Dec 19 12:01:26 2015 +0200 (2015-12-19) |
parents | e47c0281ba48 |
children | 10e3347b5a0d |
line diff
1.1 --- a/gmp/receipt Sat Mar 08 07:29:53 2014 +0100 1.2 +++ b/gmp/receipt Sat Dec 19 12:01:26 2015 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt 1.5 1.6 PACKAGE="gmp" 1.7 -VERSION="5.0.4" 1.8 +VERSION="6.0.0a" 1.9 CATEGORY="development" 1.10 SHORT_DESC="GNU Multiple Precision Arithmetic Library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,20 +9,16 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://gmplib.org/" 1.15 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.16 -#HOST_ARCH="i486 arm" 1.17 +HOST_ARCH="i486 arm" 1.18 1.19 BUILD_DEPENDS="binutils m4" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 -{ 1.24 - case "$ARCH" in 1.25 - i?86) 1.26 - export ABI=32 1.27 - ARCH_ARGS="--enable-cxx" ;; 1.28 - esac 1.29 +{ 1.30 ./configure \ 1.31 - $CONFIGURE_ARGS $ARCH_ARGS && 1.32 + --enable-cxx \ 1.33 + $CONFIGURE_ARGS && 1.34 # -j > 1 make install fails. 1.35 make && make -j 1 install 1.36 }