wok-next diff svgcleaner/receipt @ rev 20272

Update cups (thanks Aleksej)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 09:48:17 2017 +0100 (2017-11-08)
parents 38cf0c75fa4c
children 0e7893ac206d
line diff
     1.1 --- a/svgcleaner/receipt	Fri Aug 11 04:54:37 2017 +0300
     1.2 +++ b/svgcleaner/receipt	Wed Nov 08 09:48:17 2017 +0100
     1.3 @@ -12,11 +12,9 @@
     1.4  TARBALL="$PACKAGE-${COMMIT:-v$VERSION}.tar.gz"
     1.5  WGET_URL="$GITHUB/RazrFalcon/svgcleaner/tarball/${COMMIT:-v$VERSION}"
     1.6  
     1.7 -BUILD_DEPENDS="rust cacerts"
     1.8 +BUILD_DEPENDS="rust"
     1.9  
    1.10 -# Rules to configure and make the package.
    1.11 -compile_rules()
    1.12 -{
    1.13 +compile_rules() {
    1.14  	# save caches here
    1.15  	export CARGO_HOME=/home/cargo
    1.16  
    1.17 @@ -28,8 +26,6 @@
    1.18  	cp -a $src/target/release/svgcleaner $install/usr/bin
    1.19  }
    1.20  
    1.21 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.22 -genpkg_rules()
    1.23 -{
    1.24 +genpkg_rules() {
    1.25  	copy @std
    1.26  }