]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - xorg-x11-drv-synaptics/xorg-x11-drv-synaptics.nm
file: Update to 5.18.
[people/ms/ipfire-3.x.git] / xorg-x11-drv-synaptics / xorg-x11-drv-synaptics.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = xorg-x11-drv-synaptics
7 version = 1.3.0
8 release = 1
9
10 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11 groups = X/Driver
12 url = http://www.x.org/
13 license = MIT
14 summary = Xorg X11 synaptics input driver.
15
16 description
17 This is the Synaptics touchpad driver for the X.Org X server.
18 end
19
20 source_dl = http://ftp.x.org/pub/individual/driver/
21 sources = xf86-input-synaptics-%{version}.tar.bz2
22
23 build
24 requires
25 libX11-devel
26 libXi-devel
27 pkg-config
28 xorg-x11-proto-devel
29 xorg-x11-server-devel
30 xorg-x11-util-macros
31 end
32
33 DIR_APP = %{DIR_SRC}/xf86-input-synaptics-%{version}
34
35 configure_options += \
36 --disable-static
37
38 configure_cmds
39 # Disable BIND_NOW for the X server module
40 sed -e "s/^CFLAGS.*/& -Wl,-z,lazy/" -i src/Makefile
41 end
42
43 install_cmds
44 install -Dm 0664 %{DIR_SOURCE}/50-synaptics.conf %{BUILDROOT}/etc/X11/xorg.conf.d/50-synaptics.conf
45 install -Dm 0664 %{DIR_SOURCE}/70-touchpad-quirks.rules %{BUILDROOT}/lib/udev/rules.d/70-touchpad-quirks.rules
46 end
47 end
48
49 quality-agent
50 permit_not_full_relro = yes
51 end
52
53 packages
54 package %{name}
55 end
56
57 package %{name}-devel
58 template DEVEL
59 end
60
61 package %{name}-debuginfo
62 template DEBUGINFO
63 end
64 end