]> git.ipfire.org Git - ipfire-3.x.git/blame - xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm
git: Update to 2.23.0
[ipfire-3.x.git] / xorg-x11-drv-mouse / xorg-x11-drv-mouse.nm
CommitLineData
4d14a815 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4d14a815
SS
4###############################################################################
5
802ea3af 6name = xorg-x11-drv-mouse
a9103f8e
SS
7version = 1.8.1
8release = 1
4d14a815 9
89a99aaf 10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
802ea3af
MT
11groups = X/Driver
12url = http://www.x.org/
13license = MIT
14summary = Xorg X11 mouse input driver.
4d14a815 15
802ea3af
MT
16description
17 X.Org X11 mouse input driver.
18end
4d14a815 19
a9103f8e
SS
20# Specify the X Server version to build for.
21x11_server_ver = 1.13.2
22
23thisapp = xf86-input-mouse-%{version}
24
802ea3af 25source_dl = http://ftp.x.org/pub/individual/driver/
4d14a815 26
802ea3af
MT
27build
28 requires
29 pkg-config
30 xorg-x11-proto-devel
a9103f8e 31 xorg-x11-server-devel >= %{x11_server_ver}
802ea3af
MT
32 xorg-x11-util-macros
33 end
4d14a815 34
802ea3af 35 CFLAGS += -Wl,-z,lazy
4d14a815 36
802ea3af
MT
37 configure_options += \
38 --disable-static
39end
189fb11a 40
802ea3af
MT
41quality-agent
42 permit_not_full_relro = yes
43end
bcf28dbe 44
802ea3af
MT
45packages
46 package %{name}
a9103f8e
SS
47 requires
48 xorg-x11-server >= %{x11_server_ver}
49 end
50 end
1f9bc2f0
MT
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
802ea3af 55end