wok-next view xorg-xf86-input-evdev/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-evdev"
4 VERSION="2.10.5"
5 CATEGORY="x-window"
6 SHORT_DESC="Generic Linux input driver"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7driver.html#xorg-evdev-driver"
12 TARBALL="xf86-input-evdev-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
15 # ARM use build system xorg-server-dev or manually install it in sysroot
16 BUILD_DEPENDS_arm="udev-dev"
17 BUILD_DEPENDS="xorg-util-macros xorg-server-dev xorg-xproto xorg-inputproto \
18 xorg-dri3proto eudev-dev libevdev-dev mtdev-dev"
19 SPLIT="xorg-xf86-input-evdev-dev"
21 compile_rules() {
22 ./configure $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 case $PACKAGE in
30 *-evdev)
31 copy @std
32 DEPENDS="eudev libevdev mtdev"
33 ;;
34 *-dev)
35 copy @dev
36 ;;
37 esac
38 }