# HG changeset patch # User Hans-G?nter Theisgen # Date 1573659029 -3600 # Node ID faa868337bbb1aab9e9a259d91fdda389d0a8c69 # Parent 86bd5f0c0347259f745d611d7e4db0de6896ee6c updated xorg-xload (1.1.1 -> 1.1.3) diff -r 86bd5f0c0347 -r faa868337bbb xorg-xload/receipt --- a/xorg-xload/receipt Wed Nov 13 16:26:15 2019 +0100 +++ b/xorg-xload/receipt Wed Nov 13 16:30:29 2019 +0100 @@ -1,33 +1,35 @@ # SliTaz package receipt. PACKAGE="xorg-xload" -VERSION="1.1.1" +VERSION="1.1.3" CATEGORY="x-window" -SHORT_DESC="X app to show system resources usage." +SHORT_DESC="X application to show system resources usage." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="xload" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="https://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" -HOST_ARCH="i486 arm" DEPENDS="xorg-libXaw" BUILD_DEPENDS="xorg-libXaw-dev" +HOST_ARCH="i486 arm" + # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ - --mandir=/usr/share/man \ + ./configure \ + --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr }