# HG changeset patch # User Hans-G?nter Theisgen # Date 1573461384 -3600 # Node ID 6aab4c6721adcc396ed9bf621c8ecfff2a383d95 # Parent 467e02d441f4b4ba26bc190617a6ddeae99e8359 updated xorg-iceauth (1.0.4 -> 1.0.8) diff -r 467e02d441f4 -r 6aab4c6721ad xorg-iceauth/receipt --- a/xorg-iceauth/receipt Mon Nov 11 09:28:38 2019 +0100 +++ b/xorg-iceauth/receipt Mon Nov 11 09:36:24 2019 +0100 @@ -1,27 +1,30 @@ # SliTaz package receipt. PACKAGE="xorg-iceauth" -VERSION="1.0.4" +VERSION="1.0.8" CATEGORY="x-window" -SHORT_DESC="ICE authority file utility" +SHORT_DESC="ICE authority file utility." MAINTAINER="erjo@slitaz.org" LICENSE="MIT" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="iceauth" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://xorg.freedesktop.org/" -WGET_URL="http://xorg.freedesktop.org/archive/individual/app/$TARBALL" +WGET_URL="https://xorg.freedesktop.org/archive/individual/app/$TARBALL" DEPENDS="xorg-libICE" -BUILD_DEPENDS="xorg-libICE-dev pkg-config" +BUILD_DEPENDS="pkg-config xorg-libICE-dev" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && \ - make && make DESTDIR=$DESTDIR install + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -30,4 +33,3 @@ mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr } -