wok-current rev 22253
updated xorg-xdpyinfo (1.2.0 -> 1.3.2)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Nov 12 17:04:22 2019 +0100 (2019-11-12) |
parents | c9419274b61b |
children | 5926bb54ac71 |
files | xorg-xdpyinfo/receipt |
line diff
1.1 --- a/xorg-xdpyinfo/receipt Tue Nov 12 16:57:22 2019 +0100 1.2 +++ b/xorg-xdpyinfo/receipt Tue Nov 12 17:04:22 2019 +0100 1.3 @@ -1,29 +1,29 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xdpyinfo" 1.7 -VERSION="1.2.0" 1.8 +VERSION="1.3.2" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="display information utility for X-server" 1.11 +TAGS="utility xorg display" 1.12 +SHORT_DESC="Display information utility for X-server." 1.13 MAINTAINER="jozee@slitaz.org" 1.14 LICENSE="MIT" 1.15 +WEB_SITE="https://www.x.org/wiki/" 1.16 + 1.17 SOURCE="xdpyinfo" 1.18 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.19 -WEB_SITE="http://xorg.freedesktop.org/" 1.20 -WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 1.21 -TAGS="utility xorg display" 1.22 +WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.23 1.24 -DEPENDS="xorg-libXtst xorg-libXxf86vm xorg-libXrender \ 1.25 -xorg-libXinerama xorg-libXp" 1.26 -BUILD_DEPENDS="xorg-libXtst-dev xorg-libXxf86vm-dev \ 1.27 -xorg-libXrender-dev xorg-libXinerama-dev xorg-libXp-dev" 1.28 +DEPENDS="xorg-libXinerama xorg-libXp xorg-libXrender 1.29 + xorg-libXtst xorg-libXxf86vm" 1.30 +BUILD_DEPENDS="xorg-libXinerama-dev xorg-libXp-dev 1.31 + xorg-libXrender-dev xorg-libXtst-dev xorg-libXxf86vm-dev" 1.32 1.33 # Rules to configure and make the package.ls sr 1.34 compile_rules() 1.35 { 1.36 - cd $src 1.37 - ./configure \ 1.38 - --prefix=/usr \ 1.39 - --mandir=/usr/share/man \ 1.40 + ./configure \ 1.41 + --prefix=/usr \ 1.42 + --mandir=/usr/share/man \ 1.43 $CONFIGURE_ARGS && 1.44 make && 1.45 make DESTDIR=$DESTDIR install 1.46 @@ -33,5 +33,5 @@ 1.47 genpkg_rules() 1.48 { 1.49 mkdir -p $fs/usr 1.50 - cp -a $install/usr/bin $fs/usr 1.51 + cp -a $install/usr/bin $fs/usr 1.52 }