wok-6.x diff xorg-xprop/receipt @ rev 23512
updated python-netifaces (0.8 -> 0.10.9)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 10:53:56 2020 +0100 (2020-04-06) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-xprop/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-xprop/receipt Mon Apr 06 10:53:56 2020 +0100 1.3 @@ -1,31 +1,34 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xprop" 1.7 -VERSION="1.2.1" 1.8 +VERSION="1.2.4" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="X xprop application." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="MIT" 1.13 +WEB_SITE="https://www.x.org/wiki/" 1.14 + 1.15 SOURCE="xprop" 1.16 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.17 -WEB_SITE="https://www.x.org/" 1.18 WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.19 -HOST_ARCH="i486 arm" 1.20 1.21 DEPENDS="xorg-libX11" 1.22 BUILD_DEPENDS="xorg-libX11-dev" 1.23 1.24 +HOST_ARCH="i486 arm" 1.25 + 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - ./configure \ 1.30 + ./configure \ 1.31 $CONFIGURE_ARGS && 1.32 - make && make install 1.33 + make && 1.34 + make install 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg. 1.38 genpkg_rules() 1.39 { 1.40 mkdir -p $fs/usr 1.41 - cp -a $install/usr/bin $fs/usr 1.42 + cp -a $install/usr/bin $fs/usr 1.43 }