wok-next diff apngopt/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents 75a0cf793185
children
line diff
     1.1 --- a/apngopt/receipt	Tue Jun 12 01:07:56 2018 +0300
     1.2 +++ b/apngopt/receipt	Tue Sep 01 10:09:15 2020 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION-src.zip"
     1.5  WGET_URL="$SF_MIRROR/apng/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="zlib-dev libpng16-dev"
     1.8 +BUILD_DEPENDS="zlib-dev libpng-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	make &&
    1.12 @@ -22,5 +22,5 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="libpng16 zlib"
    1.17 +	DEPENDS="libpng zlib"
    1.18  }