]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - xorg-x11-drv-synaptics/xorg-x11-drv-synaptics.nm
paxctl: Update to 0.8.
[people/ms/ipfire-3.x.git] / xorg-x11-drv-synaptics / xorg-x11-drv-synaptics.nm
CommitLineData
4e1e773e 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4e1e773e
SS
4###############################################################################
5
802ea3af
MT
6name = xorg-x11-drv-synaptics
7version = 1.3.0
8release = 1
4e1e773e 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Driver
12url = http://www.x.org/
13license = MIT
14summary = Xorg X11 synaptics input driver.
4e1e773e 15
802ea3af 16description
4e1e773e 17 This is the Synaptics touchpad driver for the X.Org X server.
802ea3af
MT
18end
19
20source_dl = http://ftp.x.org/pub/individual/driver/
21sources = xf86-input-synaptics-%{version}.tar.bz2
22
23build
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
47end
48
49quality-agent
50 permit_not_full_relro = yes
51end
52
53packages
54 package %{name}
55 end
1f9bc2f0 56
802ea3af
MT
57 package %{name}-devel
58 template DEVEL
59 end
1f9bc2f0
MT
60
61 package %{name}-debuginfo
62 template DEBUGINFO
63 end
802ea3af 64end