wok rev 22258
updated xorg-xeyes (1.1.1 -> 1.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Nov 12 17:28:45 2019 +0100 (2019-11-12) |
parents | effc02cb4146 |
children | a87f0d6e3db3 |
files | xorg-xeyes/receipt |
line diff
1.1 --- a/xorg-xeyes/receipt Tue Nov 12 17:24:30 2019 +0100 1.2 +++ b/xorg-xeyes/receipt Tue Nov 12 17:28:45 2019 +0100 1.3 @@ -1,25 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xeyes" 1.7 -VERSION="1.1.1" 1.8 +VERSION="1.1.2" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="A follow the mouse X demo." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 +WEB_SITE="https://www.x.org/wiki/" 1.14 + 1.15 SOURCE="xeyes" 1.16 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.17 -WEB_SITE="http://xorg.freedesktop.org/" 1.18 -WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 1.19 +WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.20 1.21 -DEPENDS="xorg-libX11 xorg-libXt xorg-libXext xorg-libXmu xorg-libXrender" 1.22 +DEPENDS="xorg-libX11 xorg-libXext xorg-libXmu xorg-libXrender xorg-libXt" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - cd $src 1.28 - ./configure \ 1.29 - --prefix=/usr \ 1.30 - --mandir=/usr/share/man \ 1.31 + ./configure \ 1.32 + --prefix=/usr \ 1.33 + --mandir=/usr/share/man \ 1.34 $CONFIGURE_ARGS && 1.35 make && 1.36 make DESTDIR=$DESTDIR install 1.37 @@ -32,4 +32,3 @@ 1.38 cp -a $install/usr/bin $fs/usr 1.39 chmod +x $fs/usr/bin/* 1.40 } 1.41 -