wok-6.x rev 22260
updated xorg-xf86-input-elographics (1.4.1 -> 1.4.2)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Nov 12 17:37:07 2019 +0100 (2019-11-12) |
parents | a87f0d6e3db3 |
children | 797d6c2327f1 |
files | xorg-xf86-input-elographics/receipt |
line diff
1.1 --- a/xorg-xf86-input-elographics/receipt Tue Nov 12 17:30:16 2019 +0100 1.2 +++ b/xorg-xf86-input-elographics/receipt Tue Nov 12 17:37:07 2019 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xf86-input-elographics" 1.7 -VERSION="1.4.1" 1.8 +VERSION="1.4.2" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xorg elographics driver." 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-elographics" 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,23 +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 - $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 genpkg_rules() 1.48 { 1.49 mkdir -p $fs/usr/lib/X11/modules/input/ 1.50 - cp -a $install/usr/lib/X11/modules/input/*.so \ 1.51 - $fs/usr/lib/X11/modules/input/ 1.52 + 1.53 + cp -a $install/usr/lib/X11/modules/input/*.so \ 1.54 + $fs/usr/lib/X11/modules/input/ 1.55 } 1.56 -