wok-next diff xorg-xdriinfo/receipt @ rev 20004

gigolo, gmerlin, gnome-commander, gnome-hearts, goffice, grisbi, gsynaptics, gtkhotkey, gtklp, guvcview, gvolwheel: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 21 10:54:42 2017 +0200 (2017-10-21)
parents f463de72afe3
children 0e7893ac206d
line diff
     1.1 --- a/xorg-xdriinfo/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/xorg-xdriinfo/receipt	Sat Oct 21 10:54:42 2017 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="xorg-xdriinfo"
     1.8  VERSION="1.0.5"
     1.9 @@ -7,22 +7,28 @@
    1.10  MAINTAINER="pankso@slitaz.org"
    1.11  LICENSE="MIT"
    1.12  WEB_SITE="https://www.x.org/wiki/"
    1.13 -SUGGESTED="nvidia"
    1.14  
    1.15  TARBALL="xdriinfo-$VERSION.tar.bz2"
    1.16  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.17  
    1.18 -DEPENDS="xorg-libX11 mesa"
    1.19  BUILD_DEPENDS="xorg-util-macros xorg-libX11-dev xorg-glproto mesa-dev"
    1.20 +PKG_RULE="std"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	./configure $CONFIGURE_ARGS && make && make install
    1.26 +	./configure \
    1.27 +		--sysconfdir=/etc \
    1.28 +		--localstatedir=/var \
    1.29 +		$CONFIGURE_ARGS &&
    1.30 +	make &&
    1.31 +	make install
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.35  genpkg_rules()
    1.36  {
    1.37 -	copy bin/
    1.38 +	copy @std
    1.39 +	DEPENDS="mesa xorg-libX11"
    1.40 +	SUGGESTED="nvidia"
    1.41  }