# HG changeset patch # User Hans-G?nter Theisgen # Date 1573658775 -3600 # Node ID 86bd5f0c0347259f745d611d7e4db0de6896ee6c # Parent 163749a664542e0c45b108afd3d22630d1718878 updated xorg-xkill (1.0.3 -> 1.0.5) diff -r 163749a66454 -r 86bd5f0c0347 xorg-xkill/receipt --- a/xorg-xkill/receipt Wed Nov 13 16:21:48 2019 +0100 +++ b/xorg-xkill/receipt Wed Nov 13 16:26:15 2019 +0100 @@ -1,32 +1,34 @@ # SliTaz package receipt. PACKAGE="xorg-xkill" -SOURCE="xkill" -VERSION="1.0.3" +VERSION="1.0.5" CATEGORY="x-window" SHORT_DESC="X application killer" MAINTAINER="mallory@sweetpeople.org" LICENSE="MIT" +WEB_SITE="https://www.x.org/wiki/" + +SOURCE="xkill" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="https://www.x.org/" -WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL" -HOST_ARCH="i486 arm" +WGET_URL="$XORG_MIRROR/app/$TARBALL" DEPENDS="xorg-libXmu" BUILD_DEPENDS="xorg-libXmu-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 } -