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