wok-6.x diff xorg-xev/receipt @ rev 23703
fusecloop: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 28 08:38:50 2020 +0000 (2020-04-28) |
parents | c86e41198e76 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-xev/receipt Wed Aug 08 22:36:22 2018 +0300 1.2 +++ b/xorg-xev/receipt Tue Apr 28 08:38:50 2020 +0000 1.3 @@ -1,16 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xev" 1.7 -VERSION="1.1.0" 1.8 +VERSION="1.2.3" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="print contents of x-server events" 1.11 +TAGS="utility xorg debug" 1.12 +SHORT_DESC="Print contents of x-server events." 1.13 MAINTAINER="jozee@slitaz.org" 1.14 LICENSE="MIT" 1.15 +WEB_SITE="https://www.x.org/wiki/" 1.16 + 1.17 SOURCE="xev" 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 debug" 1.22 +WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.23 1.24 DEPENDS="xorg-libX11" 1.25 BUILD_DEPENDS="xorg-libX11-dev" 1.26 @@ -18,10 +19,9 @@ 1.27 # Rules to configure and make the package.ls sr 1.28 compile_rules() 1.29 { 1.30 - cd $src 1.31 - ./configure \ 1.32 - --prefix=/usr \ 1.33 - --mandir=/usr/share/man \ 1.34 + ./configure \ 1.35 + --prefix=/usr \ 1.36 + --mandir=/usr/share/man \ 1.37 $CONFIGURE_ARGS && 1.38 make && 1.39 make DESTDIR=$DESTDIR install 1.40 @@ -31,5 +31,5 @@ 1.41 genpkg_rules() 1.42 { 1.43 mkdir -p $fs/usr 1.44 - cp -a $install/usr/bin $fs/usr 1.45 + cp -a $install/usr/bin $fs/usr 1.46 }