wok diff xorg-xf86-input-mouse/receipt @ rev 22473
updated aespipe (2.4e -> 2.4f)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 27 17:45:00 2019 +0100 (2019-12-27) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-xf86-input-mouse/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-xf86-input-mouse/receipt Fri Dec 27 17:45:00 2019 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xf86-input-mouse" 1.7 -VERSION="1.7.0" 1.8 +VERSION="1.9.3" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xorg server protocol." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="MIT" 1.13 +WEB_SITE="https://www.x.org/wiki/" 1.14 + 1.15 SOURCE="xf86-input-mouse" 1.16 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.17 -WEB_SITE="https://www.x.org/" 1.18 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 1.19 1.20 DEPENDS="xorg-server" 1.21 @@ -17,16 +18,15 @@ 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - cd $src 1.26 - ./configure \ 1.27 - --prefix=/usr \ 1.28 - --sysconfdir=/etc \ 1.29 - --mandir=/usr/share/man \ 1.30 - --localstatedir=/var \ 1.31 - --with-xorg-module-dir=/usr/lib/X11/modules \ 1.32 - $CONFIGURE_ARGS && 1.33 - make && 1.34 - make DESTDIR=$DESTDIR install 1.35 + ./configure \ 1.36 + --prefix=/usr \ 1.37 + --sysconfdir=/etc \ 1.38 + --mandir=/usr/share/man \ 1.39 + --localstatedir=/var \ 1.40 + --with-xorg-module-dir=/usr/lib/X11/modules \ 1.41 + $CONFIGURE_ARGS && 1.42 + make && 1.43 + make DESTDIR=$DESTDIR install 1.44 } 1.45 1.46 # Rules to gen a SliTaz package suitable for Tazpkg. 1.47 @@ -36,4 +36,3 @@ 1.48 cp -a $install/usr/lib/X11/modules/input/*.so \ 1.49 $fs/usr/lib/X11/modules/input/ 1.50 } 1.51 -