wok annotate xorg-xf86-input-void/receipt @ rev 23659
updated sord (0.16.2 -> 0.16.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 22 09:04:19 2020 +0100 (2020-04-22) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
rev | line source |
---|---|
pascal@4870 | 1 # SliTaz package receipt. |
pascal@4870 | 2 |
pascal@4870 | 3 PACKAGE="xorg-xf86-input-void" |
Hans-G?nter@22268 | 4 VERSION="1.4.1" |
pascal@4870 | 5 CATEGORY="x-window" |
pascal@4870 | 6 SHORT_DESC="Xorg server protocol." |
pascal@4870 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
Hans-G?nter@22268 | 9 WEB_SITE="https://www.x.org/wiki/" |
Hans-G?nter@22268 | 10 |
pascal@4870 | 11 SOURCE="xf86-input-void" |
pascal@4870 | 12 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@4870 | 13 WGET_URL="$XORG_MIRROR/driver/$TARBALL" |
pascal@4870 | 14 |
pascal@15164 | 15 DEPENDS="xorg-server" |
pascal@15164 | 16 BUILD_DEPENDS="xorg-server-dev" |
pascal@15164 | 17 |
pascal@4870 | 18 # Rules to configure and make the package. |
pascal@4870 | 19 compile_rules() |
pascal@4870 | 20 { |
Hans-G?nter@22268 | 21 ./configure \ |
Hans-G?nter@22268 | 22 --prefix=/usr \ |
Hans-G?nter@22268 | 23 --sysconfdir=/etc \ |
Hans-G?nter@22268 | 24 --mandir=/usr/share/man \ |
Hans-G?nter@22268 | 25 --localstatedir=/var \ |
Hans-G?nter@22268 | 26 --with-xorg-module-dir=/usr/lib/X11/modules \ |
Hans-G?nter@22268 | 27 --enable-evcalibrate \ |
Hans-G?nter@22268 | 28 $CONFIGURE_ARGS && |
Hans-G?nter@22268 | 29 make && |
Hans-G?nter@22268 | 30 make DESTDIR=$DESTDIR install |
pascal@4870 | 31 } |
pascal@4870 | 32 |
pascal@4870 | 33 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@4870 | 34 genpkg_rules() |
pascal@4870 | 35 { |
pascal@4870 | 36 mkdir -p $fs/usr/lib/X11/modules/input/ |
Hans-G?nter@22268 | 37 cp -a $install/usr/lib/X11/modules/input/*.so \ |
Hans-G?nter@22268 | 38 $fs/usr/lib/X11/modules/input/ |
pascal@4870 | 39 } |