]> git.ipfire.org Git - ipfire-3.x.git/blame - xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm
xorg-x11-drv-mouse: Fix syntax error in maintainer field.
[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
MT
6name = xorg-x11-drv-mouse
7version = 1.5.0
89a99aaf 8release = 2
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
802ea3af
MT
20source_dl = http://ftp.x.org/pub/individual/driver/
21sources = xf86-input-mouse-%{version}.tar.bz2
4d14a815 22
802ea3af
MT
23build
24 requires
25 pkg-config
26 xorg-x11-proto-devel
27 xorg-x11-server-devel
28 xorg-x11-util-macros
29 end
4d14a815 30
802ea3af 31 DIR_APP = %{DIR_SRC}/xf86-input-mouse-%{version}
4d14a815 32
802ea3af 33 CFLAGS += -Wl,-z,lazy
4d14a815 34
802ea3af
MT
35 configure_options += \
36 --disable-static
37end
189fb11a 38
802ea3af
MT
39quality-agent
40 permit_not_full_relro = yes
41end
bcf28dbe 42
802ea3af
MT
43packages
44 package %{name}
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end