wok diff nettle/receipt @ rev 23648
updated slib (3b5 -> 3b6)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 20 14:28:42 2020 +0100 (2020-04-20) |
parents | 163f71af5751 |
children | ee53899c6189 |
line diff
1.1 --- a/nettle/receipt Sun May 05 16:40:54 2019 +0100 1.2 +++ b/nettle/receipt Mon Apr 20 14:28:42 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="nettle" 1.7 -VERSION="3.4.1" 1.8 +VERSION="3.5.1" 1.9 CATEGORY="security" 1.10 SHORT_DESC="A cryptographic library that is designed to fit easily in more or less any context." 1.11 MAINTAINER="devl547@gmail.com" 1.12 @@ -9,9 +9,9 @@ 1.13 WEB_SITE="https://www.lysator.liu.se/~nisse/nettle/" 1.14 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WGET_URL="https://www.lysator.liu.se/~nisse/archive/$TARBALL" 1.17 +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.18 1.19 -DEPENDS="gmp" 1.20 +DEPENDS="gcc83-lib-base gmp" 1.21 BUILD_DEPENDS="gcc83 gmp-dev" 1.22 1.23 HOST_ARCH="i486 arm" 1.24 @@ -25,13 +25,13 @@ 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - export CC=gcc-83 1.29 - export CXX=g++-83 1.30 - 1.31 ./configure \ 1.32 + CC=gcc-83 \ 1.33 + CXX=g++-83 \ 1.34 --libdir=/usr/lib \ 1.35 --enable-shared \ 1.36 - $CONFIGURE_ARGS ${ARCH_ARGS} && 1.37 + $CONFIGURE_ARGS \ 1.38 + ${ARCH_ARGS} && 1.39 make && 1.40 make install 1.41 }