wok-next rev 20434

Up cacerts (20180212), flag-icons, sdft.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 21 17:35:15 2018 +0200 (2018-02-21)
parents ae25e1ecf064
children c3c324c07d3f
files cacerts/receipt flag-icons/receipt sdft/receipt
line diff
     1.1 --- a/cacerts/receipt	Mon Feb 05 15:11:20 2018 +0100
     1.2 +++ b/cacerts/receipt	Wed Feb 21 17:35:15 2018 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  # This receipt will follow actual version on each recook
     1.6  PACKAGE="cacerts"
     1.7 -VERSION="20170928"
     1.8 +VERSION="20180212"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Certificate Authority Certificates"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -13,11 +13,9 @@
    1.13  wget_url="https://hg.mozilla.org/releases/mozilla-release/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt"
    1.14  #wget_url="http://anduin.linuxfromscratch.org/BLFS/other/certdata.txt"
    1.15  
    1.16 -BUILD_DEPENDS="perl openssl locale-en"
    1.17 +BUILD_DEPENDS="perl openssl locale-en-base"
    1.18  
    1.19 -# Rules to configure and make the package.
    1.20 -compile_rules()
    1.21 -{
    1.22 +compile_rules() {
    1.23  	# Determine date of certdata.txt
    1.24  	# FIXME: please point me to elegant way to determine this file timestamp
    1.25  	#        in Mercurial.
    1.26 @@ -78,9 +76,7 @@
    1.27  	ln -s ../ca-bundle.crt   $install/etc/ssl/certs/ca-certificates.crt
    1.28  }
    1.29  
    1.30 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 -genpkg_rules()
    1.32 -{
    1.33 +genpkg_rules() {
    1.34  	copy @std
    1.35  	DEPENDS="openssl"
    1.36  }
     2.1 --- a/flag-icons/receipt	Mon Feb 05 15:11:20 2018 +0100
     2.2 +++ b/flag-icons/receipt	Wed Feb 21 17:35:15 2018 +0200
     2.3 @@ -12,9 +12,7 @@
     2.4  TARBALL="$PACKAGE-$COMMIT.tar.gz"
     2.5  WGET_URL="https://github.com/gosquared/flags/archive/$COMMIT.tar.gz"
     2.6  
     2.7 -# Rules to configure and make the package.
     2.8 -compile_rules()
     2.9 -{
    2.10 +compile_rules() {
    2.11  	for SIZE in 16 24 32 48 64; do
    2.12  		fusih=$install/usr/share/icons/hicolor/${SIZE}x$SIZE
    2.13  		mkdir -p $fusih
    2.14 @@ -25,8 +23,6 @@
    2.15  	cp -a $src/LICENSE.txt $install/usr/share/licenses/gosquared.txt
    2.16  }
    2.17  
    2.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.19 -genpkg_rules()
    2.20 -{
    2.21 +genpkg_rules() {
    2.22  	cp -a $install/* $fs
    2.23  }
     3.1 --- a/sdft/receipt	Mon Feb 05 15:11:20 2018 +0100
     3.2 +++ b/sdft/receipt	Wed Feb 21 17:35:15 2018 +0200
     3.3 @@ -1,4 +1,4 @@
     3.4 -# SliTaz package receipt.
     3.5 +# SliTaz package receipt v2.
     3.6  
     3.7  PACKAGE="sdft"
     3.8  VERSION="170314"
     3.9 @@ -9,9 +9,6 @@
    3.10  WEB_SITE="http://www.slitaz.org/"
    3.11  HOST_ARCH="any"
    3.12  
    3.13 -# Rules to gen a SliTaz package suitable for Tazpkg.
    3.14 -genpkg_rules()
    3.15 -{
    3.16 -	mkdir -p $fs/usr/bin
    3.17 -	install -m 755 -o root $stuff/sdft $fs/usr/bin/sdft
    3.18 +genpkg_rules() {
    3.19 +	install -Dm755 $stuff/sdft $fs/usr/bin/sdft
    3.20  }