wok-next diff vfsync/receipt @ rev 21057

Deal with HOST_ARCH="any"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 03 14:47:30 2018 +0200 (2018-12-03)
parents e6615350078d
children
line diff
     1.1 --- a/vfsync/receipt	Wed Feb 28 16:28:07 2018 +0200
     1.2 +++ b/vfsync/receipt	Mon Dec 03 14:47:30 2018 +0200
     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  }