wok diff xorg-xf86-input-void/receipt @ rev 22324
updated youtube-dl (2018.09.18 -> 2019.11.05)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 14 17:27:25 2019 +0100 (2019-11-14) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-xf86-input-void/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-xf86-input-void/receipt Thu Nov 14 17:27:25 2019 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xf86-input-void" 1.7 -VERSION="1.4.0" 1.8 +VERSION="1.4.1" 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-void" 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,24 +18,22 @@ 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 - --enable-evcalibrate \ 1.33 - $CONFIGURE_ARGS && 1.34 - make && 1.35 - make DESTDIR=$DESTDIR install 1.36 + ./configure \ 1.37 + --prefix=/usr \ 1.38 + --sysconfdir=/etc \ 1.39 + --mandir=/usr/share/man \ 1.40 + --localstatedir=/var \ 1.41 + --with-xorg-module-dir=/usr/lib/X11/modules \ 1.42 + --enable-evcalibrate \ 1.43 + $CONFIGURE_ARGS && 1.44 + make && 1.45 + make DESTDIR=$DESTDIR install 1.46 } 1.47 1.48 # Rules to gen a SliTaz package suitable for Tazpkg. 1.49 genpkg_rules() 1.50 { 1.51 mkdir -p $fs/usr/lib/X11/modules/input/ 1.52 - cp -a $install/usr/lib/X11/modules/input/*.so \ 1.53 - $fs/usr/lib/X11/modules/input/ 1.54 + cp -a $install/usr/lib/X11/modules/input/*.so \ 1.55 + $fs/usr/lib/X11/modules/input/ 1.56 } 1.57 -