]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame_incremental - xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm
Merge remote-tracking branch 'arne_f/autoconf'
[people/arne_f/ipfire-3.x.git] / xorg-x11-drv-mouse / xorg-x11-drv-mouse.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = xorg-x11-drv-mouse
7version = 1.5.0
8release = 2
9
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Driver
12url = http://www.x.org/
13license = MIT
14summary = Xorg X11 mouse input driver.
15
16description
17 X.Org X11 mouse input driver.
18end
19
20source_dl = http://ftp.x.org/pub/individual/driver/
21sources = xf86-input-mouse-%{version}.tar.bz2
22
23build
24 requires
25 pkg-config
26 xorg-x11-proto-devel
27 xorg-x11-server-devel
28 xorg-x11-util-macros
29 end
30
31 DIR_APP = %{DIR_SRC}/xf86-input-mouse-%{version}
32
33 CFLAGS += -Wl,-z,lazy
34
35 configure_options += \
36 --disable-static
37end
38
39quality-agent
40 permit_not_full_relro = yes
41end
42
43packages
44 package %{name}
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49end