# HG changeset patch # User Hans-G?nter Theisgen # Date 1573576125 -3600 # Node ID 682b8a3cc16aa3d5624970437620ebb64fdc888b # Parent effc02cb41469e4c7d1b28e4ebaeabf0632ad5be updated xorg-xeyes (1.1.1 -> 1.1.2) diff -r effc02cb4146 -r 682b8a3cc16a xorg-xeyes/receipt --- a/xorg-xeyes/receipt Tue Nov 12 17:24:30 2019 +0100 +++ b/xorg-xeyes/receipt Tue Nov 12 17:28:45 2019 +0100 @@ -1,25 +1,25 @@ # SliTaz package receipt. PACKAGE="xorg-xeyes" -VERSION="1.1.1" +VERSION="1.1.2" CATEGORY="x-window" SHORT_DESC="A follow the mouse X demo." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="xeyes" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://xorg.freedesktop.org/" -WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" +WGET_URL="$XORG_MIRROR/app/$TARBALL" -DEPENDS="xorg-libX11 xorg-libXt xorg-libXext xorg-libXmu xorg-libXrender" +DEPENDS="xorg-libX11 xorg-libXext xorg-libXmu xorg-libXrender xorg-libXt" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install @@ -32,4 +32,3 @@ cp -a $install/usr/bin $fs/usr chmod +x $fs/usr/bin/* } -