]> git.ipfire.org Git - ipfire-3.x.git/blob - 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
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-mouse
7 version = 1.8.1
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 mouse input driver.
15
16 description
17 X.Org X11 mouse input driver.
18 end
19
20 # Specify the X Server version to build for.
21 x11_server_ver = 1.13.2
22
23 thisapp = xf86-input-mouse-%{version}
24
25 source_dl = http://ftp.x.org/pub/individual/driver/
26
27 build
28 requires
29 pkg-config
30 xorg-x11-proto-devel
31 xorg-x11-server-devel >= %{x11_server_ver}
32 xorg-x11-util-macros
33 end
34
35 CFLAGS += -Wl,-z,lazy
36
37 configure_options += \
38 --disable-static
39 end
40
41 quality-agent
42 permit_not_full_relro = yes
43 end
44
45 packages
46 package %{name}
47 requires
48 xorg-x11-server >= %{x11_server_ver}
49 end
50 end
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
55 end