wok rev 19094
cacerts, sdft: arm support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 01 22:59:08 2016 +0200 (2016-05-01) |
parents | 2282cb3628dd |
children | 9731a21e8d4a |
files | cacerts/receipt sdft/receipt |
line diff
1.1 --- a/cacerts/receipt Sun May 01 16:44:02 2016 +0200 1.2 +++ b/cacerts/receipt Sun May 01 22:59:08 2016 +0200 1.3 @@ -10,6 +10,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.txt" 1.5 #WGET_URL="http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1" 1.6 WGET_URL="http://anduin.linuxfromscratch.org/sources/other/certdata.txt" 1.7 +HOST_ARCH="any" 1.8 1.9 DEPENDS="openssl" 1.10 BUILD_DEPENDS="openssl" 1.11 @@ -34,6 +35,10 @@ 1.12 1.13 post_install() 1.14 { 1.15 + case "$1" in 1.16 + /cross*) return 1.17 + esac 1.18 + 1.19 echo "Rehash certificates:" 1.20 if [ -d "$1/$INSTALLED/perl" ]; then 1.21 chroot "$1/" c_rehash
2.1 --- a/sdft/receipt Sun May 01 16:44:02 2016 +0200 2.2 +++ b/sdft/receipt Sun May 01 22:59:08 2016 +0200 2.3 @@ -7,6 +7,7 @@ 2.4 MAINTAINER="al.bobylev@gmail.com" 2.5 LICENSE="GPL3" 2.6 WEB_SITE="http://www.slitaz.org/" 2.7 +HOST_ARCH="any" 2.8 2.9 # Rules to gen a SliTaz package suitable for Tazpkg. 2.10 genpkg_rules()