# HG changeset patch # User Hans-G?nter Theisgen # Date 1573574971 -3600 # Node ID 5926bb54ac719bb3169dbd6c5b6c172d175873fa # Parent f0472a14b33275c86cbb50313e9031312fbf7f67 updated xorg-xdriinfo (1.0.4 -> 1.0.6) diff -r f0472a14b332 -r 5926bb54ac71 xorg-xdriinfo/receipt --- a/xorg-xdriinfo/receipt Tue Nov 12 17:04:22 2019 +0100 +++ b/xorg-xdriinfo/receipt Tue Nov 12 17:09:31 2019 +0100 @@ -2,25 +2,27 @@ PACKAGE="xorg-xdriinfo" SOURCE="xdriinfo" -VERSION="1.0.4" +VERSION="1.0.6" CATEGORY="x-window" -SHORT_DESC="Query configuration information of DRI drivers" +SHORT_DESC="Query configuration information of DRI drivers." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" +WEB_SITE="https://www.x.org/wiki/" + TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="https://www.x.org/" WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL" + SUGGESTED="nvidia" - -DEPENDS="xorg-libX11 mesa" -BUILD_DEPENDS="xorg-libX11-dev mesa-dev" +DEPENDS="mesa xorg-libX11" +BUILD_DEPENDS="mesa-dev xorg-libX11-dev" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } @@ -29,5 +31,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr }