wok-next view xorg-xf86-input-synaptics/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 0e7893ac206d
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xf86-input-synaptics"
4 VERSION="1.9.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg input driver for touchpads"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
11 TARBALL="xf86-input-synaptics-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
14 BUILD_DEPENDS="xorg-util-macros xorg-server-dev xorg-inputproto xorg-xproto \
15 libevdev-dev xorg-libXi-dev xorg-libXtst-dev"
16 SPLIT="xorg-xf86-input-synaptics-dev"
17 PKG_RULE="std-dev"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 *-synaptics)
29 copy @std
30 DEPENDS="libevdev xorg-libX11 xorg-libXi xorg-libXtst"
31 ;;
32 *-dev)
33 copy @dev
34 ;;
35 esac
36 }