wok-next diff xorg-xload/receipt @ rev 20775

quodlibet: remove non-existent package from bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 20:44:57 2018 +0300 (2018-06-06)
parents c4e53a39395a
children cd7906120828
line diff
     1.1 --- a/xorg-xload/receipt	Fri Mar 02 12:12:14 2018 +0200
     1.2 +++ b/xorg-xload/receipt	Wed Jun 06 20:44:57 2018 +0300
     1.3 @@ -14,22 +14,15 @@
     1.4  BUILD_DEPENDS="xorg-libXaw-dev gettext"
     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-libX11 xorg-libXaw xorg-libXmu xorg-libXt"
    1.28  	CONFIG_FILES="/etc/X11/app-defaults/XLoad"