wok diff xorg-xload/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents 814c58f64f83
children 5d79829fa876
line diff
     1.1 --- a/xorg-xload/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.2 +++ b/xorg-xload/receipt	Fri Jan 24 17:10:12 2020 +0100
     1.3 @@ -1,33 +1,35 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xload"
     1.7 -VERSION="1.1.1"
     1.8 +VERSION="1.1.3"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="X app to show system resources usage."
    1.11 +SHORT_DESC="X application to show system resources usage."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://www.x.org/wiki/"
    1.15 +
    1.16  SOURCE="xload"
    1.17  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="https://www.x.org/"
    1.19  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.20 -HOST_ARCH="i486 arm"
    1.21  
    1.22  DEPENDS="xorg-libXaw"
    1.23  BUILD_DEPENDS="xorg-libXaw-dev"
    1.24  
    1.25 +HOST_ARCH="i486 arm"
    1.26 +
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	cd $src
    1.31 -	./configure \
    1.32 -		--mandir=/usr/share/man \
    1.33 +	./configure			\
    1.34 +		--mandir=/usr/share/man	\
    1.35  		$CONFIGURE_ARGS &&
    1.36 -	make && make install
    1.37 +	make &&
    1.38 +	make 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/bin	$fs/usr
    1.47  }