wok-next diff spice-protocol/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents ea3c4b76ea5d
children d5aab818505e
line diff
     1.1 --- a/spice-protocol/receipt	Fri Jul 14 16:02:21 2017 +0300
     1.2 +++ b/spice-protocol/receipt	Thu May 10 22:58:32 2018 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="spice-protocol"
     1.8  VERSION="0.12.13"
     1.9 @@ -13,19 +13,12 @@
    1.10  
    1.11  PKG_RULE="dev"
    1.12  
    1.13 -# Rules to configure and make the package.
    1.14 -compile_rules()
    1.15 -{
    1.16 -	./configure \
    1.17 -		--sysconfdir=/etc \
    1.18 -		--localstatedir=/var \
    1.19 -		$CONFIGURE_ARGS &&
    1.20 +compile_rules() {
    1.21 +	./configure $CONFIGURE_ARGS &&
    1.22  	make &&
    1.23  	make install
    1.24  }
    1.25  
    1.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 -genpkg_rules()
    1.28 -{
    1.29 +genpkg_rules() {
    1.30  	copy @dev
    1.31  }