wok-next diff xorg-xev/receipt @ rev 19725
Up lives (2.8.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 25 11:14:35 2017 +0200 (2017-05-25) |
parents | eb8067417980 |
children | f463de72afe3 |
line diff
1.1 --- a/xorg-xev/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/xorg-xev/receipt Thu May 25 11:14:35 2017 +0200 1.3 @@ -1,35 +1,28 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xev" 1.7 -VERSION="1.1.0" 1.8 +VERSION="1.2.2" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="print contents of x-server events " 1.11 +SHORT_DESC="Print contents of x-server events" 1.12 MAINTAINER="jozee@slitaz.org" 1.13 LICENSE="MIT" 1.14 -SOURCE="xev" 1.15 -TARBALL="$SOURCE-$VERSION.tar.bz2" 1.16 -WEB_SITE="http://xorg.freedesktop.org/" 1.17 -WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 1.18 +WEB_SITE="https://www.x.org/wiki/" 1.19 TAGS="utility xorg debug" 1.20 1.21 -DEPENDS="xorg-libX11" 1.22 -BUILD_DEPENDS="xorg-libX11-dev" 1.23 +TARBALL="xev-$VERSION.tar.bz2" 1.24 +WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.25 1.26 -# Rules to configure and make the package.ls sr 1.27 +DEPENDS="xorg-libX11 xorg-libXrandr" 1.28 +BUILD_DEPENDS="xorg-libX11-dev xorg-libXrandr-dev" 1.29 + 1.30 +# Rules to configure and make the package. 1.31 compile_rules() 1.32 { 1.33 - cd $src 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 + ./configure $CONFIGURE_ARGS && make && make install 1.41 } 1.42 1.43 # Rules to gen a SliTaz package suitable for Tazpkg. 1.44 genpkg_rules() 1.45 { 1.46 - mkdir -p $fs/usr 1.47 - cp -a $install/usr/bin $fs/usr 1.48 + cook_copy_folders bin 1.49 }