wok-next diff vfsync/receipt @ rev 21555

updated clutter-gst (3.0.26 -> 3.0.27)
author Hans-G?nter Theisgen
date Mon Jun 22 13:46:32 2020 +0100 (2020-06-22)
parents e6615350078d
children
line diff
     1.1 --- a/vfsync/receipt	Wed Feb 28 16:28:07 2018 +0200
     1.2 +++ b/vfsync/receipt	Mon Jun 22 13:46:32 2020 +0100
     1.3 @@ -13,9 +13,7 @@
     1.4  
     1.5  BUILD_DEPENDS="openssl-dev curl-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	make &&
    1.12  	bindir=$install/usr/bin &&
    1.13  	docdir=$install/usr/share/doc/$PACKAGE-$VERSION &&
    1.14 @@ -24,9 +22,7 @@
    1.15  	cp readme.txt $docdir
    1.16  }
    1.17  
    1.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 -genpkg_rules()
    1.20 -{
    1.21 +genpkg_rules() {
    1.22  	copy @std
    1.23  	DEPENDS="openssl libcurl"
    1.24  }