# HG changeset patch # User Hans-G?nter Theisgen # Date 1573660289 -3600 # Node ID 70ff29686266754afd4478ca5f670175219b40b3 # Parent c57f4d20a595c49aad454134ed5700412c39c1df updated xorg-xrandr (1.3.5 -> 1.5.1) diff -r c57f4d20a595 -r 70ff29686266 xorg-xrandr/receipt --- a/xorg-xrandr/receipt Wed Nov 13 16:42:31 2019 +0100 +++ b/xorg-xrandr/receipt Wed Nov 13 16:51:29 2019 +0100 @@ -1,31 +1,33 @@ # SliTaz package receipt. PACKAGE="xorg-xrandr" -VERSION="1.3.5" +VERSION="1.5.1" 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="xrandr" -TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="https://www.x.org/" +TARBALL="$SOURCE-$VERSION.tar.xz" WGET_URL="$XORG_MIRROR/app/$TARBALL" -HOST_ARCH="i486 arm" DEPENDS="xorg-libXrandr" BUILD_DEPENDS="xorg-libXrandr-dev" +HOST_ARCH="i486 arm" + # Rules to configure and make the package. compile_rules() { - cd $src ./configure $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 }