# HG changeset patch # User Hans-G?nter Theisgen # Date 1573573389 -3600 # Node ID 9d8f358f820e855a72d2f600c2515ce3ee8915c6 # Parent c1c20c23ad5389a1e2140d5bcfb90da5705fa2e3 updated xorg-xclock (1.0.6 -> 1.0.9) diff -r c1c20c23ad53 -r 9d8f358f820e xorg-xclock/receipt --- a/xorg-xclock/receipt Tue Nov 12 16:37:03 2019 +0100 +++ b/xorg-xclock/receipt Tue Nov 12 16:43:09 2019 +0100 @@ -1,27 +1,30 @@ # SliTaz package receipt. PACKAGE="xorg-xclock" -VERSION="1.0.6" +VERSION="1.0.9" CATEGORY="x-window" SHORT_DESC="Simple clock for X." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="xclock" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="https://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" + +DEPENDS="xorg-libXaw xorg-libXft xorg-libxkbfile xorg-libXmu zlib" +BUILD_DEPENDS="xorg-libXaw-dev xorg-libXft-dev xorg-libXmu-dev" + HOST_ARCH="i486 arm" -DEPENDS="xorg-libxkbfile xorg-libXft xorg-libXmu xorg-libXaw zlib" -BUILD_DEPENDS="xorg-libXft-dev xorg-libXmu-dev xorg-libXaw-dev" - # Rules to configure and make the package. compile_rules() { - ./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.