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

Up bird (1.6.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 26 12:29:37 2017 +0200 (2017-04-26)
parents eb8067417980
children f463de72afe3
line diff
     1.1 --- a/xorg-xdriinfo/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/xorg-xdriinfo/receipt	Wed Apr 26 12:29:37 2017 +0200
     1.3 @@ -1,33 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xdriinfo"
     1.7 -SOURCE="xdriinfo"
     1.8 -VERSION="1.0.4"
     1.9 +VERSION="1.0.5"
    1.10  CATEGORY="x-window"
    1.11  SHORT_DESC="Query configuration information of DRI drivers"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="http://www.x.org/"
    1.16 -WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL"
    1.17 +WEB_SITE="https://www.x.org/wiki/"
    1.18  SUGGESTED="nvidia"
    1.19  
    1.20 +TARBALL="xdriinfo-$VERSION.tar.bz2"
    1.21 +WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.22 +
    1.23  DEPENDS="xorg-libX11 mesa"
    1.24 -BUILD_DEPENDS="xorg-libX11-dev mesa-dev"
    1.25 +BUILD_DEPENDS="xorg-util-macros xorg-libX11-dev xorg-glproto mesa-dev"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	cd $src
    1.31 -	./configure --prefix=/usr \
    1.32 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.33 -	make &&
    1.34 -	make DESTDIR=$DESTDIR install
    1.35 +	./configure $CONFIGURE_ARGS && make && make install
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.39  genpkg_rules()
    1.40  {
    1.41 -	mkdir -p $fs/usr
    1.42 -	cp -a $install/usr/bin $fs/usr
    1.43 +	cook_copy_folders bin
    1.44  }