# HG changeset patch # User Hans-G?nter Theisgen # Date 1573653418 -3600 # Node ID 0ebeba6a0f6ca12073b3c814d71dcdc51ca9debb # Parent 6fa24e4c1af3dbc7e45b57a72fa2a2c4c7bc7a30 updated xorg-xhost (1.0.5 -> 1.0.8) diff -r 6fa24e4c1af3 -r 0ebeba6a0f6c xorg-xhost/receipt --- a/xorg-xhost/receipt Wed Nov 13 14:53:34 2019 +0100 +++ b/xorg-xhost/receipt Wed Nov 13 14:56:58 2019 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="xorg-xhost" -VERSION="1.0.5" +VERSION="1.0.8" CATEGORY="x-window" SHORT_DESC="Server access control program for X." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="xhost" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="https://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" DEPENDS="xorg" @@ -17,11 +18,11 @@ # 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.