wok-next diff advancecomp/receipt @ rev 21280

gimp: added build dependencies
author Hans-G?nter Theisgen
date Sat Dec 07 17:24:40 2019 +0100 (2019-12-07)
parents d5aab818505e
children
line diff
     1.1 --- a/advancecomp/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/advancecomp/receipt	Sat Dec 07 17:24:40 2019 +0100
     1.3 @@ -11,10 +11,21 @@
     1.4  
     1.5  TARBALL="$PACKAGE-${COMMIT:-$VERSION}.tar.gz"
     1.6  WGET_URL="$GITHUB/amadvance/advancecomp/tarball/${COMMIT:-v$VERSION}"
     1.7 +TARBALL_SHA1="a00bc548ff72ff19edc12105b2f7a31158129c4b"
     1.8  
     1.9 -BUILD_DEPENDS="automake zlib-dev"
    1.10 +BUILD_DEPENDS="automake zlib-dev zlib-static"
    1.11  SPLIT="$PACKAGE-static:static"
    1.12  
    1.13 +COPY_static="@std"
    1.14 +
    1.15 +DEPENDS_std="zlib"
    1.16 +DEPENDS_static=" "
    1.17 +
    1.18 +CAT_static="system-tools|static binary"
    1.19 +PROVIDE_static="advancecomp"
    1.20 +
    1.21 +TAGS="compression archive"
    1.22 +
    1.23  compile_rules() {
    1.24  	./autogen.sh &&
    1.25  
    1.26 @@ -30,19 +41,3 @@
    1.27  	make &&
    1.28  	make install
    1.29  }
    1.30 -
    1.31 -genpkg_rules() {
    1.32 -	case $PACKAGE in
    1.33 -		advancecomp)
    1.34 -			copy @std
    1.35 -			DEPENDS="zlib"
    1.36 -			;;
    1.37 -		*-static)
    1.38 -			copy @std
    1.39 -			CAT="system-tools|static binary"
    1.40 -			DEPENDS=" "
    1.41 -			PROVIDE="advancecomp"
    1.42 -			;;
    1.43 -	esac
    1.44 -	TAGS="compression archive"
    1.45 -}