wok rev 22246

updated xorg-x11perf (1.5.2 -> 1.6.1)
author Hans-G?nter Theisgen
date Tue Nov 12 16:14:48 2019 +0100 (2019-11-12)
parents c55992f6ba60
children f0284bf3f6d4
files xorg-x11perf/receipt
line diff
     1.1 --- a/xorg-x11perf/receipt	Tue Nov 12 16:08:16 2019 +0100
     1.2 +++ b/xorg-x11perf/receipt	Tue Nov 12 16:14:48 2019 +0100
     1.3 @@ -1,32 +1,36 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-x11perf"
     1.7 -VERSION="1.5.2"
     1.8 +VERSION="1.6.1"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Utility who runs one or more performance tests and reports."
    1.11 +SHORT_DESC="Utility that runs one or more performance tests and reports."
    1.12  MAINTAINER="paul@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://www.x.org/wiki/"
    1.15 +
    1.16  SOURCE="x11perf"
    1.17  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="http://xorg.freedesktop.org/"
    1.19  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.20  
    1.21 -DEPENDS="xorg-libXmu xorg-libXft"
    1.22 -BUILD_DEPENDS="xorg-libXmu-dev xorg-libXft-dev"
    1.23 +DEPENDS="xorg-libXft xorg-libXmu"
    1.24 +BUILD_DEPENDS="xorg-libXft-dev xorg-libXmu-dev"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	cd $src
    1.30 -	./configure --prefix=/usr \
    1.31 -	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.32 -	make && make DESTDIR=$DESTDIR install
    1.33 +	./configure			\
    1.34 +		--prefix=/usr		\
    1.35 +		--mandir=/usr/share/man	\
    1.36 +		$CONFIGURE_ARGS &&
    1.37 +	make &&
    1.38 +	make DESTDIR=$DESTDIR install
    1.39  }
    1.40  
    1.41  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.42  genpkg_rules()
    1.43  {
    1.44  	mkdir -p $fs/usr
    1.45 -	cp -a $install/usr/bin $fs/usr
    1.46 -	cp -a $install/usr/lib $fs/usr
    1.47 +
    1.48 +	cp -a $install/usr/bin	$fs/usr
    1.49 +	cp -a $install/usr/lib	$fs/usr
    1.50  }