wok-6.x rev 23884
ntl, sdcc: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 15 11:18:08 2020 +0000 (2020-07-15) |
parents | 4de5da068028 |
children | 9580ac12b123 |
files | ntl/receipt python-dnspython/receipt sdcc/receipt |
line diff
1.1 --- a/ntl/receipt Tue Jul 14 19:24:33 2020 +0000 1.2 +++ b/ntl/receipt Wed Jul 15 11:18:08 2020 +0000 1.3 @@ -12,12 +12,11 @@ 1.4 WGET_URL="$WEB_SITE/$TARBALL" 1.5 1.6 DEPENDS="" 1.7 -BUILD_DEPENDS="gcc83 gf2x-dev glibc-dev gmp-dev libtool perl" 1.8 +BUILD_DEPENDS="gcc83 gcc83-lib-base gf2x-dev glibc-dev gmp-dev libtool perl" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 - cd src 1.14 export CFLAGS="-march=$ARCH -Os -pipe -fomit-frame-pointer" 1.15 1.16 ./configure \
2.1 --- a/python-dnspython/receipt Tue Jul 14 19:24:33 2020 +0000 2.2 +++ b/python-dnspython/receipt Wed Jul 15 11:18:08 2020 +0000 2.3 @@ -6,11 +6,11 @@ 2.4 SHORT_DESC="A DNS toolkit for Python." 2.5 MAINTAINER="monghitri@aruba.it" 2.6 LICENSE="BSD" 2.7 -WEB_SITE="http://www.dnspython.org/" 2.8 +WEB_SITE="https://www.dnspython.org/" 2.9 2.10 SOURCE="dnspython" 2.11 TARBALL="$SOURCE-$VERSION.tar.gz" 2.12 -WGET_URL="http://www.dnspython.org/kits/$VERSION/$TARBALL" 2.13 +WGET_URL="https://www.dnspython.org/kits/$VERSION/$TARBALL" 2.14 2.15 DEPENDS="python" 2.16 BUILD_DEPENDS="python python-setuptools"
3.1 --- a/sdcc/receipt Tue Jul 14 19:24:33 2020 +0000 3.2 +++ b/sdcc/receipt Wed Jul 15 11:18:08 2020 +0000 3.3 @@ -13,7 +13,7 @@ 3.4 WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" 3.5 3.6 DEPENDS="gcc83-lib-base" 3.7 -BUILD_DEPENDS="automake flex gcc83 gputils libboost-graph-dev texinfo" 3.8 +BUILD_DEPENDS="automake flex gcc83 gcc83-lib-base gputils libboost-graph-dev texinfo" 3.9 3.10 # Rules to configure and make the package. 3.11 compile_rules()