wok-next diff xorg-cf-files/receipt @ rev 20297

Up spl (0.7.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 09 21:37:23 2017 +0100 (2017-11-09)
parents bfc47a018aaa
children 757d032c55c7
line diff
     1.1 --- a/xorg-cf-files/receipt	Fri Jun 23 12:00:00 2017 +0300
     1.2 +++ b/xorg-cf-files/receipt	Thu Nov 09 21:37:23 2017 +0100
     1.3 @@ -3,18 +3,25 @@
     1.4  PACKAGE="xorg-cf-files"
     1.5  VERSION="1.0.6"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Conf files used by xorg and imake"
     1.8 +SHORT_DESC="Config files used by Xorg and Imake"
     1.9  MAINTAINER="rcx@zoominternet.net"
    1.10  LICENSE="MIT"
    1.11 -WEB_SITE="http://www.x.org/"
    1.12 +WEB_SITE="https://www.x.org/wiki/"
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WGET_URL="$XORG_MIRROR/util/$TARBALL"
    1.16  
    1.17 +PKG_RULE="std"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	./configure $CONFIGURE_ARGS && make && make install
    1.23 +	./configure \
    1.24 +		--sysconfdir=/etc \
    1.25 +		--localstatedir=/var \
    1.26 +	$CONFIGURE_ARGS &&
    1.27 +	make &&
    1.28 +	make install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.