wok diff xorg-xkill/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 814c58f64f83
children 5d79829fa876
line diff
     1.1 --- a/xorg-xkill/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.2 +++ b/xorg-xkill/receipt	Tue Apr 06 13:52:57 2021 +0100
     1.3 @@ -1,32 +1,34 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xkill"
     1.7 -SOURCE="xkill"
     1.8 -VERSION="1.0.3"
     1.9 +VERSION="1.0.5"
    1.10  CATEGORY="x-window"
    1.11  SHORT_DESC="X application killer"
    1.12  MAINTAINER="mallory@sweetpeople.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://www.x.org/wiki/"
    1.15 +
    1.16 +SOURCE="xkill"
    1.17  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="https://www.x.org/"
    1.19 -WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL"
    1.20 -HOST_ARCH="i486 arm"
    1.21 +WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.22  
    1.23  DEPENDS="xorg-libXmu"
    1.24  BUILD_DEPENDS="xorg-libXmu-dev"
    1.25  
    1.26 +HOST_ARCH="i486 arm"
    1.27 +
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	./configure \
    1.32 +	./configure		\
    1.33  		$CONFIGURE_ARGS &&
    1.34 -	make && make install
    1.35 +	make &&
    1.36 +	make install
    1.37  }
    1.38  
    1.39  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.40  genpkg_rules()
    1.41  {
    1.42  	mkdir -p $fs/usr
    1.43 -	cp -a $install/usr/bin $fs/usr
    1.44 +	cp -a $install/usr/bin	$fs/usr
    1.45  }
    1.46 -