wok-next diff xorg-xfs/receipt @ rev 20607

perdition: up 2.2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 15:57:59 2018 +0300 (2018-04-19)
parents 7b1d5dc42d52
children cd7906120828
line diff
     1.1 --- a/xorg-xfs/receipt	Sat Jul 15 13:09:10 2017 +0300
     1.2 +++ b/xorg-xfs/receipt	Thu Apr 19 15:57:59 2018 +0300
     1.3 @@ -15,22 +15,15 @@
     1.4  xorg-libXfont-dev xorg-xtrans"
     1.5  PKG_RULE="std"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	touch /root/missing /missing
    1.12  
    1.13 -	./configure \
    1.14 -		--sysconfdir=/etc \
    1.15 -		--localstatedir=/var \
    1.16 -		$CONFIGURE_ARGS &&
    1.17 +	./configure $CONFIGURE_ARGS &&
    1.18  	make &&
    1.19  	make install
    1.20  }
    1.21  
    1.22 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.23 -genpkg_rules()
    1.24 -{
    1.25 +genpkg_rules() {
    1.26  	copy @std
    1.27  	DEPENDS="xorg-libXfont"
    1.28  	CONFIG_FILES="/etc/X11/fs/config"