wok-next diff xorg-xf86-video-suncg14/receipt @ rev 20534

Clean default configure options when site script used.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 19:31:50 2018 +0300 (2018-03-30)
parents ea3c4b76ea5d
children d305457ae6b8
line diff
     1.1 --- a/xorg-xf86-video-suncg14/receipt	Fri Jul 14 16:02:21 2017 +0300
     1.2 +++ b/xorg-xf86-video-suncg14/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.3 @@ -15,20 +15,13 @@
     1.4  SPLIT="xorg-xf86-video-suncg14-dev"
     1.5  PKG_RULE="std-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 -	./configure \
    1.11 -		--sysconfdir=/etc \
    1.12 -		--localstatedir=/var \
    1.13 -		$CONFIGURE_ARGS &&
    1.14 +compile_rules() {
    1.15 +	./configure $CONFIGURE_ARGS &&
    1.16  	make &&
    1.17  	make install
    1.18  }
    1.19  
    1.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 -genpkg_rules()
    1.22 -{
    1.23 +genpkg_rules() {
    1.24  	case $PACKAGE in
    1.25  		*-suncg14)
    1.26  			copy @std