# HG changeset patch # User Hans-G?nter Theisgen # Date 1573659751 -3600 # Node ID c57f4d20a595c49aad454134ed5700412c39c1df # Parent ba77100cf503963f23b95b64136295ce70b0f3c5 updated xorg-xprop (1.2.1 -> 1.2.4) diff -r ba77100cf503 -r c57f4d20a595 xorg-xprop/receipt --- a/xorg-xprop/receipt Wed Nov 13 16:38:59 2019 +0100 +++ b/xorg-xprop/receipt Wed Nov 13 16:42:31 2019 +0100 @@ -1,31 +1,34 @@ # SliTaz package receipt. PACKAGE="xorg-xprop" -VERSION="1.2.1" +VERSION="1.2.4" CATEGORY="x-window" SHORT_DESC="X xprop application." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="xprop" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="https://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" -HOST_ARCH="i486 arm" DEPENDS="xorg-libX11" BUILD_DEPENDS="xorg-libX11-dev" +HOST_ARCH="i486 arm" + # Rules to configure and make the package. compile_rules() { - ./configure \ + ./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 }