# HG changeset patch # User Hans-G?nter Theisgen # Date 1573576627 -3600 # Node ID d232150a1d6acb774641bd2b050e31d4887e907e # Parent a87f0d6e3db366c849fef3c0f1ef44d3cadd6e3f updated xorg-xf86-input-elographics (1.4.1 -> 1.4.2) diff -r a87f0d6e3db3 -r d232150a1d6a xorg-xf86-input-elographics/receipt --- a/xorg-xf86-input-elographics/receipt Tue Nov 12 17:30:16 2019 +0100 +++ b/xorg-xf86-input-elographics/receipt Tue Nov 12 17:37:07 2019 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="xorg-xf86-input-elographics" -VERSION="1.4.1" +VERSION="1.4.2" CATEGORY="x-window" SHORT_DESC="Xorg elographics driver." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="xf86-input-elographics" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="https://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" DEPENDS="xorg-server" @@ -17,23 +18,22 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --with-xorg-module-dir=/usr/lib/X11/modules \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var \ + --with-xorg-module-dir=/usr/lib/X11/modules \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/X11/modules/input/ - cp -a $install/usr/lib/X11/modules/input/*.so \ - $fs/usr/lib/X11/modules/input/ + + cp -a $install/usr/lib/X11/modules/input/*.so \ + $fs/usr/lib/X11/modules/input/ } -