wok-next diff pngcrush/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents 73e9a7d984fc
children
line diff
     1.1 --- a/pngcrush/receipt	Thu May 12 00:24:45 2016 +0300
     1.2 +++ b/pngcrush/receipt	Wed May 13 08:02:17 2020 +0100
     1.3 @@ -1,28 +1,21 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="pngcrush"
     1.8  VERSION="1.8.1"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="PNG optimizer"
    1.11 -MAINTAINER="mimas@slitaz.org"
    1.12 +MAINTAINER="devel@slitaz.org"
    1.13  LICENSE="zlib/libpng"
    1.14  WEB_SITE="https://sourceforge.net/projects/pmt/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17  WGET_URL="$SF_MIRROR/pmt/$TARBALL"
    1.18  
    1.19 -DEPENDS="glibc-base"
    1.20 -
    1.21 -# Rules to configure and make the package.
    1.22 -compile_rules()
    1.23 -{
    1.24 -	make
    1.25 -
    1.26 -	mkdir -p $install/usr/bin
    1.27 -	cp -a $src/pngcrush $install/usr/bin
    1.28 +compile_rules() {
    1.29 +	make &&
    1.30 +	install -Dm755 pngcrush $install/usr/bin/pngcrush
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 -	cp -a $install/* $fs
    1.37 +genpkg_rules() {
    1.38 +	copy @std
    1.39  }