wok rev 22294

updated xorg-xload (1.1.1 -> 1.1.3)
author Hans-G?nter Theisgen
date Wed Nov 13 16:30:29 2019 +0100 (2019-11-13)
parents 86bd5f0c0347
children 85da3e0312c3
files xorg-xload/receipt
line diff
     1.1 --- a/xorg-xload/receipt	Wed Nov 13 16:26:15 2019 +0100
     1.2 +++ b/xorg-xload/receipt	Wed Nov 13 16:30:29 2019 +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  }