wok-next diff xorg-xsm/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents ea3c4b76ea5d
children cd7906120828
line diff
     1.1 --- a/xorg-xsm/receipt	Fri Jul 14 16:02:21 2017 +0300
     1.2 +++ b/xorg-xsm/receipt	Tue May 15 02:59:03 2018 +0300
     1.3 @@ -15,19 +15,12 @@
     1.4  xorg-libSM-dev xorg-libXaw-dev"
     1.5  PKG_RULE="std"
     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 && make install
    1.17  }
    1.18  
    1.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 -genpkg_rules()
    1.21 -{
    1.22 +genpkg_rules() {
    1.23  	copy @std
    1.24  	DEPENDS="xorg-libICE xorg-libSM xorg-libX11 xorg-libXaw xorg-libXt"
    1.25  	CONFIG_FILES="/etc/X11/app-defaults/XSm /etc/X11/xsm/system.xsm"