wok diff xorg-xdriinfo/receipt @ rev 14701

monitorix: update /etc/monitorix.conf (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 07 18:28:08 2013 +0200 (2013-06-07)
parents c514cc4854d8
children eb8067417980
line diff
     1.1 --- a/xorg-xdriinfo/receipt	Wed Jan 19 19:41:12 2011 +0000
     1.2 +++ b/xorg-xdriinfo/receipt	Fri Jun 07 18:28:08 2013 +0200
     1.3 @@ -6,12 +6,13 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Query configuration information of DRI drivers"
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="xorg-libX11 mesa"
     1.8 -BUILD_DEPENDS="xorg-libX11-dev mesa-dev"
     1.9 -SUGGESTED="nvidia"
    1.10  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.x.org/"
    1.12  WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL"
    1.13 +SUGGESTED="nvidia"
    1.14 +
    1.15 +DEPENDS="xorg-libX11 mesa"
    1.16 +BUILD_DEPENDS="xorg-libX11-dev mesa-dev"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20 @@ -20,12 +21,12 @@
    1.21  	./configure --prefix=/usr \
    1.22  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.23  	make &&
    1.24 -	make DESTDIR=$PWD/_pkg install
    1.25 +	make DESTDIR=$DESTDIR install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31  	mkdir -p $fs/usr
    1.32 -	cp -a $_pkg/usr/bin $fs/usr
    1.33 +	cp -a $install/usr/bin $fs/usr
    1.34  }