wok annotate xorg-xf86-input-elographics/receipt @ rev 22434

Add sshrc (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 21 12:20:01 2019 +0100 (2019-12-21)
parents 814c58f64f83
children 5d79829fa876
rev   line source
pankso@3080 1 # SliTaz package receipt.
pankso@3080 2
pankso@3080 3 PACKAGE="xorg-xf86-input-elographics"
Hans-G?nter@22260 4 VERSION="1.4.2"
pankso@3080 5 CATEGORY="x-window"
pankso@3080 6 SHORT_DESC="Xorg elographics driver."
pankso@3080 7 MAINTAINER="pankso@slitaz.org"
pascal@15579 8 LICENSE="MIT"
Hans-G?nter@22260 9 WEB_SITE="https://www.x.org/wiki/"
Hans-G?nter@22260 10
pankso@3080 11 SOURCE="xf86-input-elographics"
gokhlayeh@6993 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@3080 13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
pankso@3080 14
pascal@15162 15 DEPENDS="xorg-server"
pascal@15162 16 BUILD_DEPENDS="xorg-server-dev"
pascal@15162 17
pankso@3080 18 # Rules to configure and make the package.
pankso@3080 19 compile_rules()
pankso@3080 20 {
Hans-G?nter@22260 21 ./configure \
Hans-G?nter@22260 22 --prefix=/usr \
Hans-G?nter@22260 23 --sysconfdir=/etc \
Hans-G?nter@22260 24 --mandir=/usr/share/man \
Hans-G?nter@22260 25 --localstatedir=/var \
Hans-G?nter@22260 26 --with-xorg-module-dir=/usr/lib/X11/modules \
Hans-G?nter@22260 27 $CONFIGURE_ARGS &&
Hans-G?nter@22260 28 make &&
Hans-G?nter@22260 29 make DESTDIR=$DESTDIR install
pankso@3080 30 }
pankso@3080 31
pankso@3080 32 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3080 33 genpkg_rules()
pankso@3080 34 {
pankso@3080 35 mkdir -p $fs/usr/lib/X11/modules/input/
Hans-G?nter@22260 36
Hans-G?nter@22260 37 cp -a $install/usr/lib/X11/modules/input/*.so \
Hans-G?nter@22260 38 $fs/usr/lib/X11/modules/input/
pankso@3080 39 }